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