Click or drag to resize

PropertyCustomValueAttribute Properties

The PropertyCustomValueAttribute type exposes the following members.

Properties
  NameDescription
Public propertyClass
The objects of a specific class to which the method is bound. (All classes assumed if not specified.)
(Inherited from ScriptAttributeBase.)
Public propertyObjectType
The object type to which the method is bound. (All object types assumed if not specified.)
(Inherited from ScriptAttributeBase.)
Public propertyPriority
The event handling priority. The highest priority handlers receive the event first. Large number indicates a high priority. 0 is the default value.
(Inherited from ScriptAttributeBase.)
Public propertyPropertyDefinition
The property definition alias where the method containing this attribute should be attached.
(Inherited from PropertyAttribute.)
Public propertyType
The property attribute type.
(Inherited from PropertyAttribute.)
Top
See Also