CalcEngine for .NET
C1.CalcEngine Namespace / ExpressionItem Class / Syntax Property

In This Topic
    Syntax Property
    In This Topic
    Gets or sets the name of expression item in syntax of filter expression.
    Syntax
    'Declaration
     
    
    Public Property Syntax As String
    public string Syntax {get; set;}
    See Also