Message DisplayName Property | MSG .NET Class Library |
Contains display name.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string DisplayName { get; set; }
public string DisplayName { get; set; }
Public Property DisplayName As String Get Set
Public Property DisplayName As String Get Set
Dim instance As Message Dim value As String value = instance.DisplayName instance.DisplayName = value
Dim instance As Message Dim value As String value = instance.DisplayName instance.DisplayName = value
/** @property */ public String get_DisplayName() /** @property */ public void set_DisplayName(String value)
/** @property */ public String get_DisplayName() /** @property */ public void set_DisplayName(String value)
function get DisplayName () : String function set DisplayName (value : String)
function get DisplayName () : String function set DisplayName (value : String)
function get_DisplayName(); function set_DisplayName(value);
function get_DisplayName(); function set_DisplayName(value);
Property Value
Type:
The display name.
See Also