AdcsDbPropertyCollectionRemove(KeyValuePairString, Object) Method

Removes the first occurrence of a specific object from the dictionary.

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 bool Remove(
	KeyValuePair<string, Object> item
)

Parameters

item  KeyValuePairString, Object
The object to remove from the dictionary.

Return Value

Boolean
True if item was successfully removed from the dictionary; otherwise, False. This method also returns false if item is not found in the original dictionary.

Implements

ICollectionTRemove(T)

See Also