Get the metaspace that the space belongs to

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

Syntax

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

Property Value

Type: Metaspace
The metaspace object

See Also