Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class / Name Property


In This Topic
    Name Property (BinaryOperatorInfo)
    In This Topic
    Gets the name of the operator.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As BinaryOperatorInfo
    Dim value As String
     
    value = instance.Name
    public abstract string Name {get;}
    See Also