Gets the current domain of the document.
Property Value
Type: System.String
A string that contains the current domain.
The following code example uses the
Domain property.
// get document
Document doc = tab.MainDocument;
// get domain
string domain = doc.Domain;
// get document
$doc = $tab->MainDocument;
// get domain
$domain = $doc->Domain;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.