SymbolWithValue.Value Property

Gets the Value of the SymbolWithValue.
If you override property Value by not returning an instance variable and if you write to the Symbol, you must also override method Write(Queue.String., Value).

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

Syntax

C#

protected abstract Value Value { get; }

Property Value

Type: Value

Reference

SymbolWithValue Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace