Share via


ClientObjectCollection.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
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

protected override bool InitOnePropertyFromJson(
    string peekedName,
    JsonReader reader
)

Parameters

  • peekedName
    Type: System.String

    The name of the property to initialize.

Return value

Type: System.Boolean
true if one property is initialized; otherwise, false.

See also

Reference

ClientObjectCollection class

ClientObjectCollection members

Microsoft.SharePoint.Client namespace