Value.Item Property (String)

Gets or sets the Value with the specified key.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public Value this[
    string key
] { get; set; }

Parameters

key

Type: System.String
The key of the Value to get or set.

Return Value

Type: Value
The Value with the specified key.

Implements

IDictionary.TKey, TValue..Item.TKey.
IReadOnlyDictionary.TKey, TValue..Item.TKey.

Reference

Value Class

Item Overload

TcHmiSrv.Core Namespace