adTempus API
ArcanaDevelopment.adTempus.Client Namespace / VariableCondition Class / VariableType Property


In This Topic
    VariableType Property (VariableCondition)
    In This Topic
    The data type of the CompareToValue
    Syntax
    'Declaration
     
    
    Public Property VariableType As JobVariableType
    public JobVariableType VariableType {get; set;}
    public:
    property JobVariableType VariableType {
       JobVariableType get();
       void set (    JobVariableType value);
    }
    See Also