Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The AccessLevels type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberCurrentRead
The current value of the Variable may be read.
Public fieldStatic memberCurrentReadOrWrite
The current value of the Variable may be read or written.
Public fieldStatic memberCurrentWrite
The current value of the Variable may be written.
Public fieldStatic memberHistoryRead
The history for the Variable may be read.
Public fieldStatic memberHistoryReadOrWrite
The history value of the Variable may be read or updated.
Public fieldStatic memberHistoryWrite
The history for the Variable may be updated.
Public fieldStatic memberNone
The Variable value cannot be accessed and has no event history.
Public fieldStatic memberSemanticChange
Indicates if the Variable generates SemanticChangeEvents when its value changes.

See Also