ScopeCollection.Item - Propriété
Obtient l'étendue spécifiée à 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 Scope
Get
'Utilisation
Dim instance As ScopeCollection
Dim id As Integer
Dim value As Scope
value = instance(id)
public Scope this[
int id
] { get; }
Paramètres
id
Type : System.Int32Un entier 32 bits qui spécifie l'ID de portée.
Valeur de propriété
Type : Microsoft.Office.Server.Search.Administration.Scope
Un objet Scope qui représente l'étendue spécifiée.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms