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