'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether this command might be changed at run-time.")> Public Property Designable As System.Boolean
'Usage
Dim instance As NCommandProperties Dim value As System.Boolean instance.Designable = value value = instance.Designable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether this command might be changed at run-time.")] public System.bool Designable {get; set;}