adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationAttachment Interface / DisplayName Property


In This Topic
    DisplayName Property (INotificationAttachment)
    In This Topic
    The name to be used as the name of the attachment (the original name of the file).
    Syntax
    'Declaration
     
    
    ReadOnly Property DisplayName As String
    string DisplayName {get;}
    property String^ DisplayName {
       String^ get();
    }
    See Also