public bool IgnoreCase { get; set; }
Public Property IgnoreCase As Boolean
Get
Set
public:
virtual property bool IgnoreCase {
bool get () sealed;
void set (bool value) sealed;
}
abstract IgnoreCase : bool with get, set
override IgnoreCase : bool with get, set