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


In This Topic
    ConditionType Property (FileCondition)
    In This Topic
    Determines whether the condition looks for files that exist or do not exist
    Syntax
    'Declaration
     
    
    Public Property ConditionType As FileConditionType
    public FileConditionType ConditionType {get; set;}
    public:
    property FileConditionType ConditionType {
       FileConditionType get();
       void set (    FileConditionType value);
    }
    See Also