Click or drag to resize

MetaPropertyDescriptor Class

Description of a non-standard property.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsMetaPropertyDescriptor

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class MetaPropertyDescriptor : IEquatable<MetaPropertyDescriptor>

The MetaPropertyDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodMetaPropertyDescriptor
Constructs a new property.
Top
Properties
  NameDescription
Public propertyPrivate
Property is private.
Public propertyPropertyName
The name of the property.
Top
See Also