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


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