CompoundFile.SectorSize Property

Independentsoft MSG .NET

CompoundFile SectorSize Property MSG .NET Class Library
Gets FAT sector size.

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public int SectorSize { get; }
public int SectorSize { get; }
Public ReadOnly Property SectorSize As Integer 
	Get
Public ReadOnly Property SectorSize As Integer 
	Get
Dim instance As CompoundFile 
Dim value As Integer 

value = instance.SectorSize
Dim instance As CompoundFile 
Dim value As Integer 

value = instance.SectorSize
/** @property */
public int get_SectorSize()
/** @property */
public int get_SectorSize()
function get SectorSize () : int
function get SectorSize () : int
function get_SectorSize();
function get_SectorSize();

Property Value

Type: OnlineInt32
See Also