Compartir a través de


del método QuerySuggestionResults.InitOnePropertyFromJson

Este miembro reemplaza a ClientValueObject.InitOnePropertyFromJson(String, JsonReader).

Espacio de nombres:  Microsoft.SharePoint.Client.Search.Query
Ensamblado:  Microsoft.SharePoint.Client.Search (en Microsoft.SharePoint.Client.Search.dll)

Sintaxis

'Declaración
Protected Overrides Function InitOnePropertyFromJson ( _
    peekedName As String, _
    reader As JsonReader _
) As Boolean
'Uso
Dim peekedName As String
Dim reader As JsonReader
Dim returnValue As Boolean

returnValue = Me.InitOnePropertyFromJson(peekedName, _
    reader)
protected override bool InitOnePropertyFromJson(
    string peekedName,
    JsonReader reader
)

Parámetros

Valor devuelto

Tipo: System.Boolean

Vea también

Referencia

clase QuerySuggestionResults

Miembros QuerySuggestionResults

Espacio de nombres Microsoft.SharePoint.Client.Search.Query