'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the command is selectable.")> Public Property Selectable As System.Boolean
'Usage
Dim instance As NCommandProperties Dim value As System.Boolean instance.Selectable = value value = instance.Selectable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the command is selectable.")] public System.bool Selectable {get; set;}