'Declaration
<NRunTimeBrowsableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Key As System.Windows.Forms.Keys
'Usage
Dim instance As NShortcut Dim value As System.Windows.Forms.Keys instance.Key = value value = instance.Key
[NRunTimeBrowsable(true)] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public System.Windows.Forms.Keys Key {get; set;}