ContentSourceCollection.Item - Propriété (Int32)
Obtient la source de contenu spécifiée à partir de la collection de sources de contenu en fonction de l'identificateur de la source de contenu spécifiée.
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 ContentSource
Get
'Utilisation
Dim instance As ContentSourceCollection
Dim id As Integer
Dim value As ContentSource
value = instance(id)
public ContentSource this[
int id
] { get; }
Paramètres
id
Type : System.Int32Un entier 32 bits qui identifie la source de contenu.
Valeur de propriété
Type : Microsoft.Office.Server.Search.Administration.ContentSource
Un objet ContentSource qui représente une source de contenu.
Voir aussi
Référence
ContentSourceCollection classe
ContentSourceCollection - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms