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

Return value

Type: System.Boolean
Always return false.

Implements

IFromJson.CustomFromJson(JsonReader)

See also

Reference

ConditionalScopeBase class

ConditionalScopeBase members

Microsoft.SharePoint.Client namespace