Represents the definition of a property that holds an integer value. A PropertyDefinitionInteger32 object is created from a PropertyTemplateInteger32 object and contains mutable property metadata that you can customize. When a PropertyDefinitionInteger32 object is added to a class definition's PropertyDefinitions collection, a user-defined property is created in that class.


The following tables list the members exposed by IPropertyDefinitionInteger32.

Public Properties

  Name Description
Public property PropertyDefaultInteger32 Specifies the default value for a property that returns a LONG data type.
Public property PropertyMaximumInteger32 Specifies the maximum value for a property that returns a LONG data type.
Public property PropertyMinimumInteger32 Specifies the minimum value for a property that returns a LONG data type.
Top

See Also