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