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
Assembly: 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.