Click or drag to resize

DescriptionAttribute Class

Specifies the Description attribute for a tag.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.EmulatorDescriptionAttribute

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

The DescriptionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDescriptionAttribute
Constructs a Description attribute.
Top
Properties
  NameDescription
Public propertyDescription
The symbol description.
Top
Remarks
Properties or fields with this attribute are hidden in the symbol table.
See Also