SavedSearch.SourceIds property

Gets the Source IDs associated with the saved search query.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property SourceIds As IList(Of Integer)
    Get
'Usage
Dim instance As SavedSearch
Dim value As IList(Of Integer)

value = instance.SourceIds
public IList<int> SourceIds { get; }

Property value

Type: System.Collections.Generic.IList<Int32>
Source IDs associated with the saved search query.

See also

Reference

SavedSearch class

SavedSearch members

Microsoft.Office.Server.Discovery namespace