Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / AsyncFunction Class / Name Property


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

    Property Value

    A System.String value indictes the function name.
    See Also