Click or drag to resize

DynamicMagicPropertyInfo Properties

The DynamicMagicPropertyInfo type exposes the following members.

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