Gets or sets the domain.

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

Syntax

C#
public string Domain { get; set; }
Visual Basic
Public Property Domain As String
	Get
	Set
Visual C++
public:
property String^ Domain {
	String^ get ();
	void set (String^ value);
}

Field Value

The domain.

See Also