SymbolWithValue Properties

The SymbolWithValue type exposes the following members.

Properties

 

Name

Description

SymbolWithValue Properties 1:

Definitions

Gets the Definitions of the Symbol. (Inherited from Symbol.)

SymbolWithValue Properties 2:

Doc

Gets the documentation of the Symbol. (Inherited from Symbol.)

SymbolWithValue Properties 3:

Function

Gets a value that indicates whether the Symbol is a function. (Inherited from Symbol.)

SymbolWithValue Properties 4:

ReadOnly

Gets a value that indicates whether the Symbol is read-only. (Inherited from Symbol.)

SymbolWithValue Properties 5:

ReadValue

Gets the read value of the Symbol. (Inherited from Symbol.)

SymbolWithValue Properties 6:

Schema

Gets the JsonSchemaValue representing the JSON schema of the Symbol. (Inherited from Symbol.)

SymbolWithValue Properties 7:

Value

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).

SymbolWithValue Properties 8:

WriteValue

Gets the write value of the Symbol. (Inherited from Symbol.)

Reference

SymbolWithValue Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace