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


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