Item Property (propertyName)

Json.NET

Json.NET - Quick Starts & API Documentation Item Property (propertyName)
NamespacesNewtonsoft.Json.LinqJObjectItem[([( String])])
Gets or sets the JToken with the specified property name.
Declaration Syntax
C# Visual Basic Visual C++
public JToken this[
	string propertyName
] { get; set; }
Public Default Property Item ( _
	propertyName As String _
) As JToken
	Get
	Set
public:
virtual property JToken^ default[String^ propertyName] {
	JToken^ get (String^ propertyName) sealed;
	void set (String^ propertyName, JToken^ value) sealed;
}
Parameters
propertyName (String)
Value

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)