'Declaration
<System.ComponentModel.DescriptionAttribute("Identifies what type the name should match.")> Public Property MenuType As MenuType
'Usage
Dim instance As SubmitMenuRoot Dim value As MenuType instance.MenuType = value value = instance.MenuType
[System.ComponentModel.Description("Identifies what type the name should match.")] public MenuType MenuType {get; set;}