AuthorityPageCollection.Item, propriété (Int32) (Microsoft.Office.Server.Search.Administration)
Gets the authoritative page at the specified index in the collection.
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 ( _
index As Integer _
) As AuthorityPage
'Utilisation
Dim instance As AuthorityPageCollection
Dim index As Integer
Dim value As AuthorityPage
value = instance(index)
public AuthorityPage this [
int index
] { get; }
Paramètres
- index
A 32-bit integer that specifies the position in the index.
Valeur de la propriété
A AuthorityPage object.
Voir aussi
Référence
AuthorityPageCollection, classe
Membres AuthorityPageCollection
Microsoft.Office.Server.Search.Administration, espace de noms