Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcPropertyExpression Class / Name Property


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

    Property Value

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