Zennolab.CommandCenter
URL Property
See Also  Example Send Feedback
Zennolab.CommandCenter Namespace > Document Class : URL Property
Gets the URL of the document.

Syntax

C# 
public string URL {get;}

Property Value

Type System.String

URL of the document.

Example

The following code example uses the URL property.
C#Copy Code
Document doc = tab.MainDocument;
            
string url = doc.URL;
PHPCopy Code
$doc = $tab->MainDocument;
            
$url = $doc->URL;

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.