adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / Subject Property


In This Topic
    Subject Property (NotificationMessage)
    In This Topic
    The subject of the message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Subject As String
    [DataMember()]
    public string Subject {get; set;}
    [DataMember()]
    public:
    property String^ Subject {
       String^ get();
       void set (    String^ value);
    }
    See Also