public string MainDomain {get;}
Type: System.String
A string that contains the current main domain.
// get document Document doc = tab.MainDocument; // get the main domain string domain = doc.MainDomain;
// get document $doc = $tab->MainDocument; // get the main domain $domain = $doc->MainDomain;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Document Class Document Members Domain Property