Click or drag to resize

AdcsDbPropertyCollectionAdd Method (String, Object)

Adds the specified key and value 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(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The key of the element to add.
value
Type: SystemObject
The value of the element to add. The value can be null for reference types.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also