Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.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
)
Parameters
peekedName
Type: System.StringThe name of the property to initialize.
reader
Type: Microsoft.SharePoint.Client.JsonReaderThe JsonReader object that initializes the property value from the JSON data.
Return value
Type: System.Boolean
True if the property is initialized; otherwise, False.