AdcsDbPropertyCollectionAdd(String, Object) Method
Adds the specified key and value to the dictionary.
Namespace: SysadminsLV.PKI.Management.CertificateServices.DatabaseAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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
- key String
- The key of the element to add.
- value Object
- The value of the element to add. The value can be null for reference types.
IDictionaryTKey, TValueAdd(TKey, TValue)