'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the keyboard shortcut associated with the command.")> Public Property Shortcut As NShortcut
'Usage
Dim instance As NCommandProperties Dim value As NShortcut instance.Shortcut = value value = instance.Shortcut
[System.ComponentModel.Description("Gets/sets the keyboard shortcut associated with the command.")] public NShortcut Shortcut {get; set;}