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