Share via


ClientObjectList<T>.CustomFromJson method

Used by client library runtime. Internal use only.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Overrides Function CustomFromJson ( _
    reader As JsonReader _
) As Boolean
'Usage
Dim instance As ClientObjectList
Dim reader As JsonReader
Dim returnValue As Boolean

returnValue = instance.CustomFromJson(reader)
public override bool CustomFromJson(
    JsonReader reader
)

Parameters

Return value

Type: System.Boolean

Implements

IFromJson.CustomFromJson(JsonReader)

See also

Reference

ClientObjectList<T> class

ClientObjectList<T> members

Microsoft.SharePoint.Client namespace