Click or drag to resize

MetaPropertiesItem Property

Access property by property descriptor.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Object? this[
	MetaPropertyDescriptor property
] { get; set; }

Parameters

property
Type: Demo3D.PLC.CommsMetaPropertyDescriptor
The property to access.

Property Value

Type: Object
See Also