AuthorityPage.Url Property

Gets the URL for an authoritative page.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Url As Uri
    Get
'Usage
Dim instance As AuthorityPage
Dim value As Uri

value = instance.Url
public Uri Url { get; }

Property Value

Type: System.Uri
A System.Uri object representing the URL of the authoritative page.

See Also

Reference

AuthorityPage Class

AuthorityPage Members

Microsoft.Office.Server.Search.Administration Namespace