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 Sub FromJson ( _
reader As JsonReader _
)
'Usage
Dim instance As ClientObjectList
Dim reader As JsonReader
instance.FromJson(reader)
public override void FromJson(
JsonReader reader
)
Parameters
- reader
Type: Microsoft.SharePoint.Client.JsonReader
Implements
IFromJson.FromJson(JsonReader)