Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)