ClientArrayResult<T>.IFromJson.CustomFromJson Method

Returns a flag that indicates whether custom code is used to populate the returned generic array result.

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 ClientArrayResult
Dim reader As JsonReader
Dim returnValue As Boolean

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

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

Implements

IFromJson.CustomFromJson(JsonReader)

See Also

Reference

ClientArrayResult<T> Class

ClientArrayResult<T> Members

Microsoft.SharePoint.Client Namespace