<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > SNMPCollectionBase Class > SNMPCollectionBase Methods > SNMPCollectionBase.ContainsKey Method |
Determines whether the Hashtable contains a specific key.
[Visual Basic]
Public Sub ContainsKey( _
ByVal key As String _
)
[C#]
public bool ContainsKey(
string key
);
key
The key to locate in the System.Collections.Hashtable.
true if the Hashtable contains an element with the specified key; otherwise, false.
System.ArgumentNullException if key is null.
SNMPCollectionBase Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]