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 for indexing. |
Property Value
Type | Description |
---|---|
JsonValueBase | Value associated with the attribute name. |