adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationMessage Interface / FromName Property


In This Topic
    FromName Property (INotificationMessage)
    In This Topic
    The name of the sender.
    Syntax
    'Declaration
     
    
    ReadOnly Property FromName As String
    string FromName {get;}
    property String^ FromName {
       String^ get();
    }
    See Also