Share via


ValidationRuleSet.ContainsKey(Type) Method

Definition

Determines whether the rule set contains an element with the specified key.

public bool ContainsKey(Type key);
member this.ContainsKey : Type -> bool
Public Function ContainsKey (key As Type) As Boolean

Parameters

key
Type

The key to locate in the rule set.

Returns

true if the rule set contains an element with the key; otherwise, false.

Applies to