Compartir a través de


del método Navigation.InitOnePropertyFromJson

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

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.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
Devuelve Boolean.

Vea también

Referencia

clase Navigation

Miembros Navigation

Espacio de nombres Microsoft.SharePoint.Client