DynamicSymbolsProvider.Item Property

Gets or sets the Symbol with the specified key.

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

Syntax

C#

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

Parameters

key

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

Return Value

Type: Symbol
The Symbol with the specified key.

Implements

IDictionary.TKey, TValue..Item.TKey.

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace