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!

Schedule.Enabled

Gets or sets a value indicating whether to start raising events according to the set of patterns specified.

[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 component is enabled; otherwise false. The default is false.

See Also

Schedule Class | Schedule Members | System.Timers Namespace