ValidateSetAttribute.IgnoreCase Property

Definition

Gets a flag specifying if we should ignore the case when performing string comparison. The default is true.

public:
 property bool IgnoreCase { bool get(); void set(bool value); };
public:
 property bool IgnoreCase { bool get(); void set(bool value); };
public bool IgnoreCase { get; set; }
member this.IgnoreCase : bool with get, set
Public Property IgnoreCase As Boolean

Property Value

Applies to