Skip to content

Properties.ContainsKey Method

Definition

Tests whether a property exists with the specified key.

public bool ContainsKey(string key);

View source

Parameters

Name Type Description
key String The key of the property.

Returns

Boolean

true if the property exists, false otherwise.