ResultTableCollection.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 ResultTableCollection
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>