'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the drop-down behavior of the command.")> Public Property DropDownBehavior As DropDownBehavior
'Usage
Dim instance As NCommandProperties Dim value As DropDownBehavior instance.DropDownBehavior = value value = instance.DropDownBehavior
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the drop-down behavior of the command.")] public DropDownBehavior DropDownBehavior {get; set;}