adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationTask Class / NotificationSubject Property


In This Topic
    NotificationSubject Property (NotificationTask)
    In This Topic
    The subject of the notification message
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property NotificationSubject As String
    [CanBeNull()]
    public string NotificationSubject {get; set;}
    [CanBeNull()]
    public:
    property String^ NotificationSubject {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Unlike with a NotificationAction, adTempus will not generate a default value if this is omitted.
    See Also