Click or drag to resize

AutoClassAttribute Class

Specifies the Auto Class attribute for a field or property.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.EmulatorAutoClassAttribute

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

The AutoClassAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAutoClassAttribute
Construct an AutoClassAttribute.
Top
Properties
  NameDescription
Public propertyClass
The class id.
Top
Remarks
Properties or fields with this attribute will be automatic bound to the CIP class.
See Also