Click or drag to resize
Json.NET

JObjectGetValue Method

 
Overload List
  NameDescription
Public methodGetValue(String)
Gets the JToken with the specified property name.
Public methodGetValue(String, StringComparison)
Gets the JToken with the specified property name. The exact property 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