Property Item
Item[String]
Iterates over attributes in JSONObject.
Declaration
public JsonValueBase this[string attributeName] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | attributeName | Name of the attribute. |
Property Value
| Type | Description |
|---|---|
| JsonValueBase | An abstract class which acts as the base class for all JSON based types in NCache. |