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


The following tables list the members exposed by IPropertyDescriptionBoolean.

Public Properties

  Name Description
Public property PropertyDefaultBoolean Specifies the default value for a property that returns a BOOLEAN data type.
Public property PropertySelectionsBoolean Specifies a BooleanList object that contains the list of Boolean values that can be assigned to the property described by this PropertyDescriptionBoolean object.
Top

See Also