Value.Item Property (Int32)

Gets or sets the Value at the specified index.

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

Syntax

C#

public Value this[
    int index
] { get; set; }

Parameters

index

Type: System.Int32
The zero-based index of the Value to get or set.

Return Value

Type: Value
The Value at the specified index.

Implements

IList.T..Item.Int32.

Reference

Value Class

Item Overload

TcHmiSrv.Core Namespace