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
- reader
Type: Microsoft.SharePoint.Client.JsonReader
Return value
Type: System.Boolean
Implements
IFromJson.CustomFromJson(JsonReader)