ISearchParameters.KeywordQuery Property
Gets or sets the search query string provided to the search provider to perform the search.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Property KeywordQuery As String
Get
Set
'Usage
Dim instance As ISearchParameters
Dim value As String
value = instance.KeywordQuery
instance.KeywordQuery = value
string KeywordQuery { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
This is the search query string (such as “Contoso”) that is given to the search provider for performing a search.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace