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