de la propiedad ResultTableCollection.Properties_Client
Espacio de nombres: Microsoft.Office.Server.Search.Query
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public ReadOnly Property Properties_Client As Dictionary(Of String, Object)
Get
'Uso
Dim instance As ResultTableCollection
Dim value As Dictionary(Of String, Object)
value = instance.Properties_Client
public Dictionary<string, Object> Properties_Client { get; }
Valor de propiedad
Tipo: System.Collections.Generic.Dictionary<String, Object>