'Declaration <DefaultValueAttribute(False)> Public Property MatchCase As Boolean
'Usage Dim instance As SortInfo Dim value As Boolean instance.MatchCase = value value = instance.MatchCase
[DefaultValue(false)] public bool MatchCase {get; set;}
Property Value
true
if perform a case-sensitive sort; otherwise, false
to perform non-case sensitive sort.