'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <SRDescriptionAttribute("ListViewSortingDescr")> Public Property Sorting As System.Windows.Forms.SortOrder
'Usage
Dim instance As NListView Dim value As System.Windows.Forms.SortOrder instance.Sorting = value value = instance.Sorting
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [SRDescription("ListViewSortingDescr")] public System.Windows.Forms.SortOrder Sorting {get; set;}