Return spacename the action belongs to

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

Syntax

C#
string SpaceName { get; }
Visual Basic
ReadOnly Property SpaceName As String
	Get
Visual C++
property String^ SpaceName {
	String^ get ();
}

Field Value

The name of the space the action belongs to.

See Also