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