Partager via


AppInstance.InitOnePropertyFromJson - Méthode

Initializes one property of the client object based on JSON data from the server. This member is reserved for internal use and is not intended to be used directly from your code.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.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 one property is initialized. Otherwise false.

Voir aussi

Référence

AppInstance classe

AppInstance - Membres

Microsoft.SharePoint.Client - Espace de noms