Return the user space names

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#
public abstract ICollection<string> UserSpaceNames { get; }
Visual Basic
Public MustOverride ReadOnly Property UserSpaceNames As ICollection(Of String)
	Get
Visual C++
public:
virtual property ICollection<String^>^ UserSpaceNames {
	ICollection<String^>^ get () abstract;
}
F#
abstract UserSpaceNames : ICollection<string> with get

Property Value

Type: ICollection<(Of <(<'String>)>)>
The names of all the user defined spaces

See Also