Share via


JsonReader.PeekTokenType Method

Gets the type of a JSON token. 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
Public Function PeekTokenType As JsonTokenType
'Usage
Dim instance As JsonReader
Dim returnValue As JsonTokenType

returnValue = instance.PeekTokenType()
public JsonTokenType PeekTokenType()

Return Value

Type: Microsoft.SharePoint.Client.JsonTokenType
JsonTokenType .

Remarks

This method does not advance the reading position.

See Also

Reference

JsonReader Class

JsonReader Members

Microsoft.SharePoint.Client Namespace