Метод Web.InitOnePropertyFromJson
Этот элемент переопределяет SecurableObject.InitOnePropertyFromJson(String, JsonReader).
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Protected Overrides Function InitOnePropertyFromJson ( _
peekedName As String, _
reader As JsonReader _
) As Boolean
'Применение
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
)
Параметры
- peekedName
Тип: System.String
- reader
Тип: Microsoft.SharePoint.Client.JsonReader
Возвращаемое значение
Тип: System.Boolean
Returns Boolean.