Represents the fixed description of a property that holds an integer value. A PropertyDescriptionInteger32 object contains immutable property metadata, which you cannot directly modify.


The following tables list the members exposed by IPropertyDescriptionInteger32.

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.
Public property PropertySelectionsInteger32 Specifies an Integer32List object that contains the list of integer values that can be assigned to the property described by this PropertyDescriptionInteger32 object.
Top

See Also