CaseSensitive Property (PostValidation)
In This Topic
Gets or sets a value indicating whether string comparisons are case-sensitive; otherwise, False.
Syntax
'Declaration
Public Property CaseSensitive As Boolean
public bool CaseSensitive {get; set;}
See Also