Gets and Sets a value indicating whether the timer will be restarted when it is enabled.
[Visual Basic] Public Property AutoReset As Boolean [C#] public bool AutoReset {get; set;} [C++] public: __property bool get_AutoReset(); public: __property void set_AutoReset(bool); [JScript] public function get AutoReset() : Boolean; public function set AutoReset(Boolean);
true if the timer will be restarted; otherwise, false.