AdcsDbPropertyCollectionItem Property
Gets or sets the value associated with the specified key.
Namespace: SysadminsLV.PKI.Management.CertificateServices.DatabaseAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public Object this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As Object
Get
Set
public:
virtual property Object^ default[String^ key] {
Object^ get (String^ key) sealed;
void set (String^ key, Object^ value) sealed;
}
abstract Item : Object with get, set
override Item : Object with get, set
- key String
- The key of the value to get or set.
ObjectThe value associated with the specified key. If the specified key is not found, a get
operation throws a
KeyNotFoundException, and a set operation creates a new element
with the specified key.
IDictionaryTKey, TValueItemTKey