Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / OperatorInfo Class / Name Property


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