public bool CaseSensitive { get; set; }
Public Property CaseSensitive As Boolean Get Set
public: property bool CaseSensitive { bool get (); void set (bool value); }
member CaseSensitive : bool with get, set
In This Article