Click or drag to resize

MetaPropertyDescriptor Constructor

Constructs a new property.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public MetaPropertyDescriptor(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the property.
See Also