ResultTable.Properties property

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

Syntax

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

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

Property value

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

See also

Reference

ResultTable class

ResultTable members

Microsoft.SharePoint.Client.Search.Query namespace