SearchAndProcessItem.SearchApplication Property
Specifies the search application to use for the search operation.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property SearchApplication As String
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As String
value = instance.SearchApplication
instance.SearchApplication = value
public string SearchApplication { get; set; }
Property Value
Type: System.String
A string that represents the name of the search application to use for the search operation.
Remarks
The search application specified must be a registered Search provider for the specified site.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace