ScopeDisplayGroupCollection.Item - Propriété
Obtient le groupe d'affichage 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 ScopeDisplayGroup
Get
'Utilisation
Dim instance As ScopeDisplayGroupCollection
Dim id As Integer
Dim value As ScopeDisplayGroup
value = instance(id)
public ScopeDisplayGroup this[
int id
] { get; }
Paramètres
- id
Type : System.Int32
Valeur de propriété
Type : Microsoft.Office.Server.Search.Administration.ScopeDisplayGroup
Un objet ScopeDisplayGroup .
Voir aussi
Référence
ScopeDisplayGroupCollection classe
ScopeDisplayGroupCollection - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms