CompoundFile.Root Property

Independentsoft MSG .NET

CompoundFile Root Property MSG .NET Class Library
Gets the root node.

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

Syntax

public RootDirectoryEntry Root { get; }
public RootDirectoryEntry Root { get; }
Public ReadOnly Property Root As RootDirectoryEntry 
	Get
Public ReadOnly Property Root As RootDirectoryEntry 
	Get
Dim instance As CompoundFile 
Dim value As RootDirectoryEntry 

value = instance.Root
Dim instance As CompoundFile 
Dim value As RootDirectoryEntry 

value = instance.Root
/** @property */
public RootDirectoryEntry get_Root()
/** @property */
public RootDirectoryEntry get_Root()
function get Root () : RootDirectoryEntry
function get Root () : RootDirectoryEntry
function get_Root();
function get_Root();

Property Value

Type: RootDirectoryEntry
See Also