SavedSearch.SourceManagement property

Gets or sets a value that specifies how sources are selected for this query.

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

Syntax

'Declaration
Public Property SourceManagement As SourceManagementType
    Get
    Set
'Usage
Dim instance As SavedSearch
Dim value As SourceManagementType

value = instance.SourceManagement

instance.SourceManagement = value
public SourceManagementType SourceManagement { get; set; }

Property value

Type: Microsoft.Office.Server.Discovery.SourceManagementType
Source management value for the saved search query.

See also

Reference

SavedSearch class

SavedSearch members

Microsoft.Office.Server.Discovery namespace