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