Value.find Method (String)
Finds 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 find(
    string key
)Return Value
Type: ValueIterator
A ValueIterator to the
Value with
the specified key or a ValueIterator to the
end of the map if the Value does not
exist.