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
)
Public Sub Add (
key As String,
value As Object
)
public:
virtual void Add(
String^ key,
Object^ value
) sealed
abstract Add :
key : string *
value : Object -> unit
override Add :
key : string *
value : Object -> unit
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