Compartilhar via


JsonReader.ReadName método

Obtém o valor do token JSON cujo tipo é 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 (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
Public Function ReadName As String
'Uso
Dim instance As JsonReader
Dim returnValue As String

returnValue = instance.ReadName()
public string ReadName()

Valor retornado

Tipo: System.String
String .

Comentários

O token cujo tipo é Name é a parte que está na frente do ":" em uma cadeia de JSON. Este método avança a posição de leitura.

Ver também

Referência

JsonReader classe

JsonReader membros

Microsoft.SharePoint.Client namespace