adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationAttachment Class / DisplayName Property


In This Topic
    DisplayName Property (NotificationAttachment)
    In This Topic
    The name to be used as the name of the attachment (the original name of the file).
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property DisplayName As String
    [DataMember()]
    public string DisplayName {get; set;}
    [DataMember()]
    public:
    property String^ DisplayName {
       String^ get();
       void set (    String^ value);
    }
    See Also