Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalNameExpression Class / Name Property


In This Topic
    Name Property (ExternalNameExpression)
    In This Topic
    Gets the text representation of the named variable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As ExternalNameExpression
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also