Click or drag to resize

AdcsDbPropertyCollectionContains Method

Determines whether the dictionary contains a specific value.

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 Contains(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object
The object to locate in the dictionary.

Return Value

Type: Boolean
True if item is found in the dictionary; otherwise, False.

Implements

ICollectionTContains(T)
See Also