Compartir a través de


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

Gets the specified scope rule 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 ScopeRule
'Uso
Dim instance As ScopeRuleCollection
Dim id As Integer
Dim value As ScopeRule

value = instance(id)
public ScopeRule this [
    int id
] { get; }

Parámetros

  • id
    A 32-bit integer that specifies the scope rule ID.

Valor de propiedad

A ScopeRule object.

Vea también

Referencia

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