Method GetAttributeValue
GetAttributeValue(String)
Gets attribute against the specified attribute name.
Declaration
JsonValueBase GetAttributeValue(string attributeName)
Parameters
| Type | Name | Description |
|---|---|---|
| System. |
attributeName | Key that identifies the JSONObject. |
Returns
| Type | Description |
|---|---|
| Json |
JSONObject against the key specified if exits. |