Get the metaspace that the space belongs to

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
Metaspace Metaspace { get; }
Visual Basic
ReadOnly Property Metaspace As Metaspace
	Get
Visual C++
property Metaspace^ Metaspace {
	Metaspace^ get ();
}

Field Value

The metaspace object

See Also