SNMPCollectionBase.ContainsKey Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > SNMPCollectionBase Class > SNMPCollectionBase Methods >

SNMPCollectionBase.ContainsKey Method

BR.AN.PviServices .NET


Determines whether the Hashtable contains a specific key.

[Visual Basic]

Public Sub ContainsKey( _

  ByVal key As String _

)

[C#]

public bool ContainsKey(

  string key

);

Parameters

key

The key to locate in the System.Collections.Hashtable.

Return Value

true if the Hashtable contains an element with the specified key; otherwise, false.

Remarks

System.ArgumentNullException if key is null.

See Also

SNMPCollectionBase Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]