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


In This Topic
    CustomAction Property
    In This Topic
    Returns the object as a CustomAction
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CustomAction As CustomAction
    public CustomAction CustomAction {get;}
    public:
    property CustomAction^ CustomAction {
       CustomAction^ get();
    }
    Remarks
    If IsCustomAction is true this property returns the object cast as a CustomAction. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also