Freigeben über


ClientValueObject.InitOnePropertyFromJson-Methode

Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Protected Overridable Function InitOnePropertyFromJson ( _
    peekedName As String, _
    reader As JsonReader _
) As Boolean
'Usage
Dim peekedName As String
Dim reader As JsonReader
Dim returnValue As Boolean

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

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

Siehe auch

Referenz

ClientValueObject Klasse

ClientValueObject-Member

Microsoft.SharePoint.Client-Namespace