RegexValidationItemIgnoreCase Property |
Gets or sets a value indicating whether to perform case-insensitive matching.
Namespace: Geocortex.Forms.Client.Items.ValidationAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic bool IgnoreCase { get; set; }
Public Property IgnoreCase As Boolean
Get
Set
Property Value
Type:
Booleantrue if case-insensitive; otherwise,
false.
See Also