Property Item
Item[String]
Key based indexer for JSON Object
Declaration
JsonValueBase this[string attributeName] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | attributeName | key |
Property Value
Type | Description |
---|---|
JsonValueBase | value associated with the attribute name |