DirectoryEntry Size Property | MSG .NET Class Library |
Gets size.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public long Size { get; }
public long Size { get; }
Public ReadOnly Property Size As Long Get
Public ReadOnly Property Size As Long Get
Dim instance As DirectoryEntry Dim value As Long value = instance.Size
Dim instance As DirectoryEntry Dim value As Long value = instance.Size
/** @property */ public long get_Size()
/** @property */ public long get_Size()
function get Size () : long
function get Size () : long
function get_Size();
function get_Size();
Property Value
Type:
See Also