Click or drag to resize

MetaPropertyDescriptor Constructor

Constructs a new property.

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

Parameters

propertyName  String
The name of the property.
See Also