RootDirectoryEntry Name Property | MSG .NET Class Library |
Gets root's name.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string Name { get; }
public string Name { get; }
Public ReadOnly Property Name As String Get
Public ReadOnly Property Name As String Get
Dim instance As RootDirectoryEntry Dim value As String value = instance.Name
Dim instance As RootDirectoryEntry Dim value As String value = instance.Name
/** @property */ public String get_Name()
/** @property */ public String get_Name()
function get Name () : String
function get Name () : String
function get_Name();
function get_Name();
Property Value
Type:
See Also