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