Share via


ResultTableCollection.Properties_Client property

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property Properties_Client As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As ResultTableCollection
Dim value As Dictionary(Of String, Object)

value = instance.Properties_Client
[ObsoleteAttribute("This class is obsolete.")]
public Dictionary<string, Object> Properties_Client { get; }

Property value

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

See also

Reference

ResultTableCollection class

ResultTableCollection members

Microsoft.SharePoint.Search.Query namespace