Gets the Uri of the document.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Uri() As String
|
| [C#] |
|---|
public string Uri {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Uri();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Uri(
|
| [Java] |
|---|
public String getUri();
|