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