Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / UnaryOperatorExpression Class / Operator Property


In This Topic
Operator Property (UnaryOperatorExpression)
In This Topic
Gets the operator for the expression.
Syntax
'Declaration
 
Public ReadOnly Property Operator As UnaryOperatorInfo
 
'Usage
 
Dim instance As UnaryOperatorExpression
Dim value As UnaryOperatorInfo
 
value = instance.Operator
See Also