Click or drag to resize

AutoInstanceAttribute Class

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

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

The AutoInstanceAttribute type exposes the following members.

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