AdcsDbPropertyCollectionContainsKey Method |
Determines whether the dictionary contains the specified key.
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 ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
public:
virtual bool ContainsKey(
String^ key
) sealed
abstract ContainsKey :
key : string -> bool
override ContainsKey :
key : string -> bool
Parameters
- key
- Type: SystemString
The key to locate in the dictionry.
Return Value
Type:
BooleanTrue if the dictionary contains an element with the specified key;
otherwise,
False.
Implements
IDictionaryTKey, TValueContainsKey(TKey)See Also