ConditionalScope.IFromJson.CustomFromJson Method
Returns a flag that indicates whether to use custom code to initialize its properties. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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 ConditionalScope
Dim reader As JsonReader
Dim returnValue As Boolean
returnValue = CType(instance, IFromJson).CustomFromJson(reader)
boolIFromJson.CustomFromJson(
JsonReader reader
)
Parameters
reader
Type: Microsoft.SharePoint.Client.JsonReaderA JsonReader object that is used to read the JavaScript Object Notation (JSON) data to initialize its properties.
Return Value
Type: System.Boolean
true if the object supports population of its properties from JSON data; otherwise, false.
Implements
IFromJson.CustomFromJson(JsonReader)
Remarks
This method returns a flag that indicates whether to use custom code to initialize its properties.