Get and set the space name of the space.

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 string Name { get; set; }
Visual Basic
Public MustOverride Property Name As String
	Get
	Set
Visual C++
public:
virtual property String^ Name {
	String^ get () abstract;
	void set (String^ value) abstract;
}

Field Value

The space name

See Also