Spread Windows Forms 15.0
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
    public UnaryOperatorInfo Operator {get;}
    See Also