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


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