EntityValueBase.ReadProperty(String, JsonReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read a property value from Json.
protected virtual bool ReadProperty (string propertyName, Newtonsoft.Json.JsonReader reader);
abstract member ReadProperty : string * Newtonsoft.Json.JsonReader -> bool
override this.ReadProperty : string * Newtonsoft.Json.JsonReader -> bool
Protected Overridable Function ReadProperty (propertyName As String, reader As JsonReader) As Boolean
Parameters
- propertyName
- String
The property name
- reader
- Newtonsoft.Json.JsonReader
The reader to retrieve Json data.
Returns
True: if the property is supported; otherwise, false
.