PageLayoutCreationInformation.InitOnePropertyFromJson-Methode
Dieser Member überschreibt ClientValueObject.InitOnePropertyFromJson(String, JsonReader).
Namespace: Microsoft.SharePoint.Client.Publishing
Assemblys: Microsoft.SharePoint.Client.Publishing.Silverlight (in Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (in Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Protected Overrides Function InitOnePropertyFromJson ( _
peekedName As String, _
reader As JsonReader _
) As Boolean
'Usage
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
)
Parameter
- peekedName
Typ: System.String
- reader
Typ: Microsoft.SharePoint.Client.JsonReader
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
PageLayoutCreationInformation Klasse