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;}
    See Also