Partager via


ClientValueObjectCollection<T>.InitOnePropertyFromJson - Méthode

Initializes a property from JavaScript Object Notation (JSON).

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)

Syntaxe

'Déclaration
Protected Overrides Function InitOnePropertyFromJson ( _
    peekedName As String, _
    reader As JsonReader _
) As Boolean
'Utilisation
Dim peekedName As String
Dim reader As JsonReader
Dim returnValue As Boolean

returnValue = Me.InitOnePropertyFromJson(peekedName, _
    reader)
protected override bool InitOnePropertyFromJson(
    string peekedName,
    JsonReader reader
)

Paramètres

  • peekedName
    Type : System.String

    The name of the property to initialize.

Valeur renvoyée

Type : System.Boolean
true if the property is initialized; otherwise, false.

Voir aussi

Référence

ClientValueObjectCollection<T> classe

ClientValueObjectCollection<T> - Membres

Microsoft.SharePoint.Client - Espace de noms