ConditionalScopeBase.CustomFromJson method
CustomFromJson
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function CustomFromJson ( _
reader As JsonReader _
) As Boolean
'Usage
Dim instance As ConditionalScopeBase
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = instance.CustomFromJson(reader)
public bool CustomFromJson(
JsonReader reader
)
Parameters
- reader
Type: Microsoft.SharePoint.Client.JsonReader
Return value
Type: System.Boolean
Always return false.
Implements
IFromJson.CustomFromJson(JsonReader)