Click or drag to resize

AdcsDbPropertyCollectionAdd Method (KeyValuePairString, Object)

Adds an item to the dictionary.

Namespace:  SysadminsLV.PKI.Management.CertificateServices.Database
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void Add(
	KeyValuePair<string, Object> item
)

Parameters

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

Implements

ICollectionTAdd(T)
See Also