This topic has not yet been rated - Rate this topic

ClientObject.InitOnePropertyFromJson method

Initializes one property of the client object based on JavaScript Object Notation (JSON) data from the server. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   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)
protected virtual bool InitOnePropertyFromJson(
	string peekedName,
	JsonReader reader
)

Parameters

peekedName
Type: System.String
The name of the property to initialize.
reader
Type: Microsoft.SharePoint.Client.JsonReader
The JsonReader to use to initialize the property value from the JSON data from the server.

Return value

Type: System.Boolean
true if one property is initialized; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.