Spread WPF 17
GrapeCity.CalcEngine.Operators Namespace / CalcPlusOperator Class / Name Property


In This Topic
    Name Property (CalcPlusOperator)
    In This Topic
    Gets the name of the operator.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Name As String
    'Usage
     
    Dim instance As CalcPlusOperator
    Dim value As String
     
    value = instance.Name
    public override string Name {get;}

    Property Value

    A System.String value that represents the name of the operator.
    See Also