AuthenticationInfoMetaspaceName Property |
Gets the name of the metaspace.
Namespace: Com.Tibco.As.Space.SecurityAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic string MetaspaceName { get; }
Public ReadOnly Property MetaspaceName As String
Get
public:
property String^ MetaspaceName {
String^ get ();
}
member MetaspaceName : string with get
Property Value
Type:
String
The name of the metaspace.
See Also