Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DataMemberAttribute> _
Public Property Url As Uri
Get
Private Set
'Usage
Dim instance As AuthorityPage
Dim value As Uri
value = instance.Url
[DataMemberAttribute]
public Uri Url { get; private set; }
Property value
Type: System.Uri
A System.Uri object representing the URL of the authoritative page.