Click or drag to resize

MagicPropertyInfo Properties

The MagicPropertyInfo type exposes the following members.

Properties
  NameDescription
Public propertyCanWrite
Gets a value indicating whether this property can be set.
Public propertyEventPropertyType
Gets or sets the event type of the property.
Public propertyGetFunction
Returns a function that can be used to obtain the value of the property from an object instance.
Public propertyName
Gets or sets the name.
Public propertyPropertyType
Gets or sets the type of the property.
Public propertySetFunction
Returns a function that can be used to set the value of the property in an object instance.
Top
See Also