del método JsonReader.ReadName
Obtiene el valor del token JSON cuyo tipo es Name. Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
Public Function ReadName As String
'Uso
Dim instance As JsonReader
Dim returnValue As String
returnValue = instance.ReadName()
public string ReadName()
Valor devuelto
Tipo: System.String
String .
Comentarios
El token cuyo tipo es Name es el elemento que está delante de la ":" en una cadena JSON. Este método avanza la posición de lectura.