CompoundFile.MiniSectorSize Property

Independentsoft MSG .NET

CompoundFile MiniSectorSize Property MSG .NET Class Library
Gets size of mini sectors.

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

Syntax

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

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

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

Property Value

Type: OnlineInt32
See Also