Method ContainsKey
ContainsKey(string)
Determines whether the JSON object has the specified property name.
Declaration
public bool ContainsKey(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | Name of the property. |
Returns
| Type | Description |
|---|---|
| bool |
|