AdcsDbPropertyCollectionRemove(String) Method
Removes the value with the specified key 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(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
- key String
- The key of the element to remove.
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.
IDictionaryTKey, TValueRemove(TKey)