Spread Windows Forms 12.0 Product Documentation
Arg Property (UnaryOperatorExpression)


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > UnaryOperatorExpression Class : Arg Property
Gets the operand for the expression.
Syntax
'Declaration
 
Public ReadOnly Property Arg As Expression
'Usage
 
Dim instance As UnaryOperatorExpression
Dim value As Expression
 
value = instance.Arg
public Expression Arg {get;}

Property Value

Expression object containing the argument expression
See Also

Reference

UnaryOperatorExpression Class
UnaryOperatorExpression Members