ConditionalScopeBase.FromJson method
Initialize its properties when the response comes from server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub FromJson ( _
reader As JsonReader _
)
'Usage
Dim instance As ConditionalScopeBase
Dim reader As JsonReader
instance.FromJson(reader)
public void FromJson(
JsonReader reader
)
Parameters
- reader
Type: Microsoft.SharePoint.Client.JsonReader
Implements
IFromJson.FromJson(JsonReader)