AdcsDbPropertyCollectionRemove(KeyValuePairString, Object) Method
Removes the first occurrence of a specific object from 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 bool Remove(
KeyValuePair<string, Object> item
)
Public Function Remove (
item As KeyValuePair(Of String, Object)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<String^, Object^> item
) sealed
abstract Remove :
item : KeyValuePair<string, Object> -> bool
override Remove :
item : KeyValuePair<string, Object> -> bool
- item KeyValuePairString, Object
- The object to remove from the dictionary.
BooleanTrue if item was successfully removed from the dictionary; otherwise,
False. This method also returns false if item is not found in the original
dictionary.
ICollectionTRemove(T)