| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Document Class : Referrer Property |
// get document Document doc = tab.MainDocument; // get Referrer of the document var rUri = doc.Referrer;
$doc = $tab->MainDocument; $rUri = $doc->Referrer;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.