AuthorityPageCollection.Item, propriété (Uri) (Microsoft.Office.Server.Search.Administration)

Gets the authoritative page from the collection based on the specified URL.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    url As Uri _
) As AuthorityPage
'Utilisation
Dim instance As AuthorityPageCollection
Dim url As Uri
Dim value As AuthorityPage

value = instance(url)
public AuthorityPage this [
    Uri url
] { get; }

Paramètres

  • url
    A System.Uri object representing the URL.

Valeur de la propriété

An AuthorityPage object.

Voir aussi

Référence

AuthorityPageCollection, classe
Membres AuthorityPageCollection
Microsoft.Office.Server.Search.Administration, espace de noms