adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Condition Class / Enabled Property


In This Topic
    Enabled Property (Condition)
    In This Topic
    Indicates whether the condition is enabled.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    public:
    property bool Enabled {
       bool get();
       void set (    bool value);
    }
    See Also