Partager via


ScopeRuleCollection.Item, propriété (Microsoft.Office.Server.Search.Administration)

Gets the specified scope rule from 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 ( _
    id As Integer _
) As ScopeRule
'Utilisation
Dim instance As ScopeRuleCollection
Dim id As Integer
Dim value As ScopeRule

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

Paramètres

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

Valeur de la propriété

A ScopeRule object.

Voir aussi

Référence

ScopeRuleCollection, classe
Membres ScopeRuleCollection
Microsoft.Office.Server.Search.Administration, espace de noms