KeywordQuery.Properties property

Gets the keyword query property bag.

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As KeywordQueryProperties
    Get
'Usage
Dim instance As KeywordQuery
Dim value As KeywordQueryProperties

value = instance.Properties
public KeywordQueryProperties Properties { get; }

Property value

Type: Microsoft.SharePoint.Client.Search.Query.KeywordQueryProperties

See also

Reference

KeywordQuery class

KeywordQuery members

Microsoft.SharePoint.Client.Search.Query namespace