JsonReader.ReadName Method
Gets the value of the JSON token whose type is Name. 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 ReadName As String
'Usage
Dim instance As JsonReader
Dim returnValue As String
returnValue = instance.ReadName()
public string ReadName()
Return Value
Type: System.String
String .
Remarks
The token whose type is Name is the part that is in front of the “:” in a JSON string. This method advances the reading position.