Click or drag to resize

AdcsDbPropertyCollectionContainsKey Method

Determines whether the dictionary contains the specified key.

Namespace:  SysadminsLV.PKI.Management.CertificateServices.Database
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key to locate in the dictionry.

Return Value

Type: Boolean
True if the dictionary contains an element with the specified key; otherwise, False.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also