Value.TryGetValue Method
Gets the Value associated with the specified key.
          Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public bool TryGetValue(
    string key,
    out Value value
)Parameters
| 
                   key  | 
                   Type: System.String  | 
| 
                   value  | 
                   Type: TcHmiSrv.Value.  | 
Return Value
Type: Boolean
true if the Value contains a
Value with
the specified key; otherwise, false.