Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
JObject Class
JObject Properties
Item Property
Item Property (Object)
Item Property (String)
JObject
Item Property (String)
Gets or sets the
JToken
with the specified property name.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
JToken
this
[
string
propertyName
] {
get
;
set
; }
Parameters
propertyName
Type:
System
String
Property Value
Type:
JToken
Implements
IDictionary
TKey, TValue
Item
TKey
See Also
Reference
JObject Class
Item Overload
Newtonsoft.Json.Linq Namespace
Json.NET Home