CompoundFile MiniFatSectorCount Property | MSG .NET Class Library |
Gets count of mini FAT sectors.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public long MiniFatSectorCount { get; }
public long MiniFatSectorCount { get; }
Public ReadOnly Property MiniFatSectorCount As Long Get
Public ReadOnly Property MiniFatSectorCount As Long Get
Dim instance As CompoundFile Dim value As Long value = instance.MiniFatSectorCount
Dim instance As CompoundFile Dim value As Long value = instance.MiniFatSectorCount
/** @property */ public long get_MiniFatSectorCount()
/** @property */ public long get_MiniFatSectorCount()
function get MiniFatSectorCount () : long
function get MiniFatSectorCount () : long
function get_MiniFatSectorCount();
function get_MiniFatSectorCount();
Property Value
Type:
See Also