MetaspaceUserSpaceNames Property |
Return the user space names
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract ICollection<string> UserSpaceNames { get; }
Public MustOverride ReadOnly Property UserSpaceNames As ICollection(Of String)
Get
public:
virtual property ICollection<String^>^ UserSpaceNames {
ICollection<String^>^ get () abstract;
}
abstract UserSpaceNames : ICollection<string> with get
Property Value
Type:
ICollectionString
The names of all the user defined spaces
See Also