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. |