| C# | |
|---|---|
public string Domain {get;} | |
Property Value
Type: System.String
A string that contains the current domain.
The following code example uses the Domain property.
| C# | Copy Code |
|---|---|
Tab tab = instance.MainTab;
string domain = tab.Domain; | |
| PHP | Copy Code |
|---|---|
$tab = $instance->MainTab; $domain = $tab->Domain; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family