Share via


ExpandedQueryParameters.Properties property

Namespace:  Microsoft.Office.Server.Search.REST
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Property Properties As IDictionary(Of String, Object)
    Get
    Set
'Usage
Dim instance As ExpandedQueryParameters
Dim value As IDictionary(Of String, Object)

value = instance.Properties

instance.Properties = value
public IDictionary<string, Object> Properties { get; set; }

Property value

Type: System.Collections.Generic.IDictionary<String, Object>

See also

Reference

ExpandedQueryParameters class

ExpandedQueryParameters members

Microsoft.Office.Server.Search.REST namespace