Represents the definition of a property that holds a Boolean value. A PropertyDefinitionBoolean object is created from a PropertyTemplateBoolean object and contains mutable property metadata that you can customize. When a PropertyDefinitionBoolean 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 IPropertyDefinitionBoolean.

Public Properties

  Name Description
Public property PropertyDefaultBoolean Specifies the default value for a property that returns a BOOLEAN data type.
Top

See Also