AuthorityPageCollection.Item property (Uri)
Gets the authoritative page from the collection based on the specified URL.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
url As Uri _
) As AuthorityPage
Get
'Usage
Dim instance As AuthorityPageCollection
Dim url As Uri
Dim value As AuthorityPage
value = instance(url)
public AuthorityPage this[
Uri url
] { get; }
Parameters
url
Type: System.UriA System.Uri object representing the URL.
Property value
Type: Microsoft.Office.Server.Search.Administration.AuthorityPage
An AuthorityPage object.