Click or drag to resize

DescriptionAttribute Constructor

Constructs a Description attribute.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public DescriptionAttribute(
	string? description
)

Parameters

description
Type: SystemString
The symbol description.
See Also