SearchAndProcessItem.KeywordQuery Property
Gets or sets the keyword query for the search operation.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property KeywordQuery As String
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As String
value = instance.KeywordQuery
instance.KeywordQuery = value
public string KeywordQuery { get; set; }
Property Value
Type: System.String
A string that represents the keyword query for the search operation.
Remarks
This value is passed to the search application specified to perform the search.
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
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace