Partager via


ScopeRuleCollection.Item - Propriété

Obtient la règle d'étendue spécifié à partir de la 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
    Get
'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
    Type : System.Int32

    ID un nombre entier 32 bits qui indique la règle d'étendue d'.

Valeur de propriété

Type : Microsoft.Office.Server.Search.Administration.ScopeRule
Un objet ScopeRule .

Voir aussi

Référence

ScopeRuleCollection classe

ScopeRuleCollection - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms