Skip to main content
.NET 6.0+

CaptionsForBoolValuesAttribute Properties

Applied to Boolean business class properties. Specifies captions used to display the target property’s values.
Name Description
CaptionForFalse Specifies the caption displayed for the property’s false value.
CaptionForTrue Specifies the caption displayed for the property’s true value.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also