Return spacename the action belongs to

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

Syntax

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

Property Value

Type: String
The name of the space the action belongs to.

See Also