NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Timer.Enabled

Gets or sets the a value indicating whether the timer is enabled to fire events at a defined interval.

[Visual Basic]
Overridable Public Property Enabled As Boolean
[C#]
public bool Enabled {virtual get; virtual set;}
[C++]
public: __property virtual bool get_Enabled();
public: __property virtual void set_Enabled(bool);
[JScript]
public function get Enabled() : Boolean;
public function set Enabled(Boolean);

Property Value

true if the timer is enabled; false if the timer is disabled.

See Also

Timer Class | Timer Members | System.Timers Namespace