Gets the name of the metaspace.

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

Syntax

C#
public string MetaspaceName { get; }
Visual Basic
Public ReadOnly Property MetaspaceName As String
	Get
Visual C++
public:
property String^ MetaspaceName {
	String^ get ();
}

Field Value

The name of the metaspace.

See Also