Click or drag to resize

AdcsDbPropertyCollectionRemove Method (KeyValuePairString, Object)

Removes the first occurrence of a specific object from 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 bool Remove(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object
The object to remove from the dictionary.

Return Value

Type: 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