CompoundFile.MiniStreamMaxSize Property

Independentsoft MSG .NET

CompoundFile MiniStreamMaxSize Property MSG .NET Class Library
Gets maximum size of mini streams.

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

Syntax

public long MiniStreamMaxSize { get; }
public long MiniStreamMaxSize { get; }
Public ReadOnly Property MiniStreamMaxSize As Long 
	Get
Public ReadOnly Property MiniStreamMaxSize As Long 
	Get
Dim instance As CompoundFile 
Dim value As Long 

value = instance.MiniStreamMaxSize
Dim instance As CompoundFile 
Dim value As Long 

value = instance.MiniStreamMaxSize
/** @property */
public long get_MiniStreamMaxSize()
/** @property */
public long get_MiniStreamMaxSize()
function get MiniStreamMaxSize () : long
function get MiniStreamMaxSize () : long
function get_MiniStreamMaxSize();
function get_MiniStreamMaxSize();

Property Value

Type: OnlineInt64
See Also