Share via


SearchAndProcessItem.Scope Property

Gets or sets the search scope for this query.

Namespace:  Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property Scope As String
    Get
    Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As String

value = instance.Scope

instance.Scope = value
public string Scope { get; set; }

Property Value

Type: System.String
A string that represents the search scope for this query.

Remarks

For more information about using the SearchAndProcessItem class to perform a custom search and process operation, see Search and Process Development Process.

See Also

Reference

SearchAndProcessItem Class

SearchAndProcessItem Members

Microsoft.Office.RecordsManagement.SearchAndProcess Namespace