Value.Add Method (String, Value)
Adds a Value with the specified key to the Value.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public void Add(
string key,
Value value
)
Parameters
key |
Type: System.String |
value |
Type: TcHmiSrv.Value |