Gets or sets the domain.

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

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);
}
F#
member Domain : string with get, set

Property Value

Type: String
The domain.

See Also