AuthorityPageCollection.Item - Propriété (Uri)

Obtient la page de référence de la collection en fonction de l'URL spécifiée.

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
    Get
'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
    Type : System.Uri

    Un objet System.Uri qui représente l'URL.

Valeur de propriété

Type : Microsoft.Office.Server.Search.Administration.AuthorityPage
Un objet AuthorityPage .

Voir aussi

Référence

AuthorityPageCollection classe

AuthorityPageCollection - Membres

Item - Surcharge

Microsoft.Office.Server.Search.Administration - Espace de noms