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: 22 November 2024