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.
Implements
ISearchParameters.KeywordQuery
Remarks
This value is passed to the search application specified to perform the search.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace