Zennolab.CommandCenter
Domain Property
See Also  Example Send Feedback
Zennolab.CommandCenter Namespace > Tab Class : Domain Property
Gets the current domain of the tab.

Syntax

C# 
public string Domain {get;}

Property Value

Type: System.String

A string that contains the current domain.

Example

The following code example uses the Domain property.
C#Copy Code
Tab tab = instance.MainTab;
            
string domain = tab.Domain;
PHPCopy Code
$tab = $instance->MainTab;
            
$domain = $tab->Domain;

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.