Method ContainsAttribute
ContainsAttribute(String)
Checks if any entry exits against attribute name.
Declaration
bool ContainsAttribute(string attributeName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | attributeName | Key to search in the JSONObject. |
Returns
| Type | Description |
|---|---|
| System.Boolean | True, if the key exists. |