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