Properties.ContainsKey Method
Definition
Tests whether a property exists with the specified key.
public bool ContainsKey(string key);
Parameters
| Name | Type | Description |
|---|---|---|
key |
String |
The key of the property. |
Returns
true if the property exists, false otherwise.