del método GroupCreationInformation.InitOnePropertyFromJson
Este miembro reemplaza a ClientValueObject.InitOnePropertyFromJson(String, JsonReader).
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Protected Overrides Function InitOnePropertyFromJson ( _
peekedName As String, _
reader As JsonReader _
) As Boolean
'Uso
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
)
Parámetros
- peekedName
Tipo: System.String
- reader
Tipo: Microsoft.SharePoint.Client.JsonReader
Valor devuelto
Tipo: System.Boolean
Devuelve Boolean.
Vea también
Referencia
clase GroupCreationInformation