ValidateSetAttribute.IgnoreCase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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