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