Return the user space names

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

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;
}

Field Value

The names of all the user defined spaces

See Also