Click or drag to resize

AutoAttribute Class

Specifies the Auto attribute for a tag (primitive value type), or a struct or class instance.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.EmulatorAutoAttribute

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

The AutoAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAutoAttribute
Initializes a new instance of the AutoAttribute class
Top
Remarks
Properties or fields with this attribute are candidates for automatic binding.
See Also