Share via


ClientListResultHandler<T>.IFromJson.CustomFromJson Method

Indicates whether custom code is used to initialize the generic list. 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 ClientListResultHandler
Dim reader As JsonReader
Dim returnValue As Boolean

returnValue = CType(instance, IFromJson).CustomFromJson(reader)
boolIFromJson.CustomFromJson(
    JsonReader reader
)

Parameters

Return Value

Type: System.Boolean
The Boolean object that represents the flag that indicates whether custom code is used to initialize the generic list.

Implements

IFromJson.CustomFromJson(JsonReader)

Remarks

This method always returns false.

See Also

Reference

ClientListResultHandler<T> Class

ClientListResultHandler<T> Members

Microsoft.SharePoint.Client Namespace