Gets or sets a value that indicates whether the resource manager allows case-insensitive resource lookups in the
System.Resources.ResourceManager.GetString(System.String) and
System.Resources.ResourceManager.GetObject(System.String) methods.
'宣言
Public Overridable Property IgnoreCase As Boolean
public virtual bool IgnoreCase {get; set;}
プロパティ値
true to ignore case during resource lookup; otherwise,
false.