Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ErrorTypeFunctionInfo Class / Name Property


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