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

In This Topic
    Enabled Property (ResponseAction)
    In This Topic
    Determines whether the action is enabled
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    Remarks
    Disabled actions are not executed when the Response is triggered
    See Also