adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / ResponseActionSubClasses Class / IsCustomAction Property


In This Topic
    IsCustomAction Property
    In This Topic
    Indicates whether this object is a CustomAction
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsCustomAction As Boolean
    public bool IsCustomAction {get;}
    public:
    property bool IsCustomAction {
       bool get();
    }
    See Also