AdcsDbPropertyCollectionRemove Method (String) |
Removes the value with the specified key 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(
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
Parameters
- key
- Type: SystemString
The key of the element to remove.
Return Value
Type:
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.
Implements
IDictionaryTKey, TValueRemove(TKey)See Also