ContentSourceCollection.Item, propriété (Int32) (Microsoft.Office.Server.Search.Administration)
Gets the specified content source from the collection of content sources based on the specified content source ID.
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
'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
A 32-bit integer identifying the content source.
Valeur de la propriété
A ContentSource object representing a content source.
Voir aussi
Référence
ContentSourceCollection, classe
Membres ContentSourceCollection
Microsoft.Office.Server.Search.Administration, espace de noms