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