Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcNode Class / Id Property


In This Topic
    Id Property (CalcNode)
    In This Topic
    Gets the id.
    Syntax
    'Declaration
     
    Public ReadOnly Property Id As CalcIdentity
    'Usage
     
    Dim instance As CalcNode
    Dim value As CalcIdentity
     
    value = instance.Id
    public CalcIdentity Id {get;}

    Property Value

    The id.
    See Also