'Declaration
<System.ComponentModel.DescriptionAttribute("The description is the text that actually displays in the menu.")> Public Property Description As System.String
'Usage
Dim instance As SubmitMenuRoot Dim value As System.String instance.Description = value value = instance.Description
[System.ComponentModel.Description("The description is the text that actually displays in the menu.")] public System.string Description {get; set;}