AdcsDbPropertyCollectionContainsKey Method
Determines whether the dictionary contains the specified key.
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 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
- key String
- The key to locate in the dictionry.
BooleanTrue if the dictionary contains an element with the specified key;
otherwise,
False.
IDictionaryTKey, TValueContainsKey(TKey)