ClientResult<T>.IFromJson.CustomFromJson method
Returns a flag that indicates whether custom code is used to initialize the returned result. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Private Function CustomFromJson ( _
reader As JsonReader _
) As Boolean Implements IFromJson.CustomFromJson
'Usage
Dim instance As ClientResult
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = CType(instance, IFromJson).CustomFromJson(reader)
boolIFromJson.CustomFromJson(
JsonReader reader
)
Parameters
reader
Type: Microsoft.SharePoint.Client.JsonReaderThe JsonReader object used to read the JavaScript Object Notation (JSON) data to initialize the returned result.
Return value
Type: System.Boolean
Returns Boolean.
Implements
IFromJson.CustomFromJson(JsonReader)