Gets or sets the domain if one should be used or
CopyC#
String.Empty
if no domain defined.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string Domain { get; set; }
Visual Basic
Public Property Domain As String
	Get
	Set
JScript
function get Domain () : String
function set Domain (value : String)

See Also