Click or drag to resize

DescriptionAttribute Class

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

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
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
Provides a desciption of the tag in the symbol table.
See Also