AdcsDbPropertyCollectionContainsKey Method

Determines whether the dictionary contains the specified key.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices.Database
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public bool ContainsKey(
	string key
)

Parameters

key  String
The key to locate in the dictionry.

Return Value

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

Implements

IDictionaryTKey, TValueContainsKey(TKey)

See Also