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
)

Parameters

key

Type: System.String
The key of the Value to find.

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.

Reference

Value Class

find Overload

TcHmiSrv Namespace