'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the sort mode associated with this column.")> Public Property SortMode As SortMode
'Usage
Dim instance As NHeaderColumnExtendedInfo Dim value As SortMode instance.SortMode = value value = instance.SortMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the sort mode associated with this column.")] public SortMode SortMode {get; set;}