Click or drag to resize

ReadOnlyAttribute Class

Specifies the ReadOnly attribute for a tag.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.EmulatorReadOnlyAttribute

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class ReadOnlyAttribute : Attribute

The ReadOnlyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodReadOnlyAttribute
Initializes a new instance of the ReadOnlyAttribute class
Top
Remarks
Properties or fields with this attribute are never copied back to the device image.
See Also