Content.ContentSources Property

Gets the collection of content sources for the Shared Services Provider's search service.

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.

Remarks

For more information about content sources and the new Enterprise Search Administration object model, see Content Sources Overview, and Getting Started with the Search Administration Object Model.

See Also

Reference

Content Class

Content Members

Microsoft.Office.Server.Search.Administration Namespace

Microsoft.Office.Server.Search.Administration.ContentSource

Microsoft.Office.Server.Search.Administration.ContentSourceCollection

Other Resources

Getting Started with the Enterprise Search Administration Object Model

Content Sources Overview

Managing Content

How to: Retrieve the Content Sources for a Shared Services Provider

How to: Add a Content Source

How to: Delete a Content Source