FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / AddOperatorInfo Class / Name Property


In This Topic
Name Property (AddOperatorInfo)
In This Topic
Gets the name of the operator.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Name As String
 
'Usage
 
Dim instance As AddOperatorInfo
Dim value As String
 
value = instance.Name
See Also