'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("The root menu items. Leave this empty to use the default menu.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property Roots As System.Collections.Generic.List(Of SubmitMenuRoot)
'Usage
Dim instance As SubmitMenu Dim value As System.Collections.Generic.List(Of SubmitMenuRoot) value = instance.Roots
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("The root menu items. Leave this empty to use the default menu.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public System.Collections.Generic.List<SubmitMenuRoot> Roots {get;}