Share via


SavedSearch.SourceGroupIds property

Gets the source group 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 SourceGroupIds As IList(Of Integer)
    Get
'Usage
Dim instance As SavedSearch
Dim value As IList(Of Integer)

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

Property value

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

See also

Reference

SavedSearch class

SavedSearch members

Microsoft.Office.Server.Discovery namespace