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