EntityValueBase.ReadProperty(String, JsonReader) Method
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.
C#
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
- propertyName
- String
The property name
- reader
- Newtonsoft.Json.JsonReader
The reader to retrieve Json data.
True: if the property is supported; otherwise, false
.
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2022 |