Click or drag to resize
Json.NET

JObjectProperty Method

 
Overload List
  NameDescription
Public methodProperty(String)
Gets a JProperty with the specified name.
Public methodProperty(String, StringComparison)
Gets the JProperty with the specified name. The exact name will be searched for first and if no matching property is found then the StringComparison will be used to match a property.
Top
See Also