SearchServiceApplicationProxy.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 SearchServiceApplicationProxy
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
SearchServiceApplicationProxy class