Value.ContainsKey Method
Determines whether the Value contains a Value with the specified key.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public bool ContainsKey(
string key
)
Return Value
Type: Boolean
true if the Value contains a
Value with
the specified key; otherwise, false.