Content.ContentSources Property

Gets the collection of content sources for the Search service application.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property ContentSources As ContentSourceCollection
    Get
'Usage
Dim instance As Content
Dim value As ContentSourceCollection

value = instance.ContentSources
public ContentSourceCollection ContentSources { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.ContentSourceCollection
A ContentSourceCollection object containing a collection of ContentSource objects that represent content sources.

See Also

Reference

Content Class

Content Members

Microsoft.Office.Server.Search.Administration Namespace