Partager via


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

Gets the specified scope 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 Scope
'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
    A 32-bit integer that specifies the scope ID.

Valeur de la propriété

A Scope object that represents the specified scope.

Voir aussi

Référence

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