Method Contains
Contains(String)
Checks for containement of attribute in IJSONDocument.
Declaration
bool Contains(string attribute)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | attribute | Name of the attribute. |
Returns
| Type | Description |
|---|---|
| System.Boolean | True if the IJSONDocument contains an attribute with the specified name; otherwise, false. |