DirectoryEntry Name Property | MSG .NET Class Library |
Gets or sets name.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string Name { get; set; }
public string Name { get; set; }
Public Property Name As String Get Set
Public Property Name As String Get Set
Dim instance As DirectoryEntry Dim value As String value = instance.Name instance.Name = value
Dim instance As DirectoryEntry Dim value As String value = instance.Name instance.Name = value
/** @property */ public String get_Name() /** @property */ public void set_Name(String value)
/** @property */ public String get_Name() /** @property */ public void set_Name(String value)
function get Name () : String function set Name (value : String)
function get Name () : String function set Name (value : String)
function get_Name(); function set_Name(value);
function get_Name(); function set_Name(value);
Property Value
Type:
See Also