Partager via


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

Gets the specified content source from the collection of content sources based on the content source name that is specified.

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 ( _
    name As String _
) As ContentSource
'Utilisation
Dim instance As ContentSourceCollection
Dim name As String
Dim value As ContentSource

value = instance(name)
public ContentSource this [
    string name
] { get; }

Paramètres

  • name
    A string containing the content source name.

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