BooleanChoiceAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Boolean choice attribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class BooleanChoiceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type BooleanChoiceAttribute = class
inherit Attribute
Public NotInheritable Class BooleanChoiceAttribute
Inherits Attribute
- Inheritance
-
BooleanChoiceAttribute
- Attributes
Constructors
BooleanChoiceAttribute() |
Create a BooleanChoiceAttribute. |
BooleanChoiceAttribute(Boolean) |
Create a BooleanChoiceAttribute with default value. |
Properties
DefaultValue |