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