SearchServiceApplication.GetSharePointContentSources method

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

Syntax

'Declaration
Public Function GetSharePointContentSources As List(Of Integer)
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As List(Of Integer)

returnValue = instance.GetSharePointContentSources()
public List<int> GetSharePointContentSources()

Return value

Type: System.Collections.Generic.List<Int32>

Implements

ISearchAdminServiceApplication.GetSharePointContentSources()

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace