Compartilhar via


ResultTable.Properties propriedade

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

Sintaxe

'Declaração
Public ReadOnly Property Properties As IDictionary(Of String, Object)
    Get
'Uso
Dim instance As ResultTable
Dim value As IDictionary(Of String, Object)

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

Valor de propriedade

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

Ver também

Referência

ResultTable classe

ResultTable membros

Microsoft.SharePoint.Client.Search.Query namespace