: DemotedSiteCollection.Item (Propiedad) (Int32) (Microsoft.Office.Server.Search.Administration)
Gets the demoted site at the specified index in the collection.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
index As Integer _
) As DemotedSite
'Uso
Dim instance As DemotedSiteCollection
Dim index As Integer
Dim value As DemotedSite
value = instance(index)
public DemotedSite this [
int index
] { get; }
Parámetros
- index
A 32-bit integer that specifies the position in the index.
Valor de propiedad
A DemotedSite object.
Vea también
Referencia
DemotedSiteCollection (Clase)
DemotedSiteCollection (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)