CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / FunctionDefinition Class / FunctionType Property

In This Topic
    FunctionType Property (FunctionDefinition)
    In This Topic
    Gets or sets a value indicates the function type.
    Syntax
    'Declaration
     
    
    Public Property FunctionType As ItemType
    public ItemType FunctionType {get; set;}
    See Also