adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariable Interface / VariableType Property


In This Topic
    VariableType Property (IJobVariable)
    In This Topic
    The data type of the variable
    Syntax
    'Declaration
     
    
    Property VariableType As JobVariableType
    JobVariableType VariableType {get; set;}
    property JobVariableType VariableType {
       JobVariableType get();
       void set (    JobVariableType value);
    }
    Remarks
    See remarks under Value
    See Also