Value.insert_or_update Method (String, Value)
Inserts or updates a Value with the specified key in the map.
          Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public ValueIterator insert_or_update(
    string key,
    Value value
)Parameters
| 
                   key  | 
                   Type: System.String  | 
| 
                   value  | 
                   Type: TcHmiSrv.Value  |