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