adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationAction Class / Options Property


In This Topic
    Options Property (NotificationAction)
    In This Topic
    Additional options that affect the behavior of the notification operation
    Syntax
    'Declaration
     
    
    Public Property Options As NotificationTaskOptions
    public NotificationTaskOptions Options {get; set;}
    public:
    property NotificationTaskOptions Options {
       NotificationTaskOptions get();
       void set (    NotificationTaskOptions value);
    }
    See Also