The space name

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

Syntax

C#
string Name { get; }
Visual Basic
ReadOnly Property Name As String
	Get
Visual C++
property String^ Name {
	String^ get ();
}
F#
abstract Name : string with get

Property Value

Type: String
Return the space name

See Also