AdcsDbPropertyCollectionItem Property

Gets or sets the value associated with the specified key.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices.Database
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public Object this[
	string key
] { get; set; }

Parameters

key  String
The key of the value to get or set.

Return Value

Object
The 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.

Implements

IDictionaryTKey, TValueItemTKey

See Also