adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProcessCondition Class / ConditionType Property


In This Topic
    ConditionType Property (ProcessCondition)
    In This Topic
    Determines what process state the condition looks for
    Syntax
    'Declaration
     
    
    Public Property ConditionType As ProcessConditionType
    public ProcessConditionType ConditionType {get; set;}
    public:
    property ProcessConditionType ConditionType {
       ProcessConditionType get();
       void set (    ProcessConditionType value);
    }
    See Also