Compartir a través de


: ScopeDisplayGroup.Item (Propiedad) (Microsoft.Office.Server.Search.Administration)

Gets the specified scope from the display group's scope 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 Scope
'Uso
Dim instance As ScopeDisplayGroup
Dim index As Integer
Dim value As Scope

value = instance(index)
public Scope this [
    int index
] { get; }

Parámetros

  • index
    A 32-bit integer that specifies the index.

Valor de propiedad

A Scope object.

Vea también

Referencia

ScopeDisplayGroup (Clase)
ScopeDisplayGroup (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)