CompoundFile FatSectorCount Property | MSG .NET Class Library |
Gets FAT sector count.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public int FatSectorCount { get; }
public int FatSectorCount { get; }
Public ReadOnly Property FatSectorCount As Integer Get
Public ReadOnly Property FatSectorCount As Integer Get
Dim instance As CompoundFile Dim value As Integer value = instance.FatSectorCount
Dim instance As CompoundFile Dim value As Integer value = instance.FatSectorCount
/** @property */ public int get_FatSectorCount()
/** @property */ public int get_FatSectorCount()
function get FatSectorCount () : int
function get FatSectorCount () : int
function get_FatSectorCount();
function get_FatSectorCount();
Property Value
Type:
See Also