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!

BooleanSwitch.Enabled

Specifies whether the switch is enabled (true) or disabled (false).

[Visual Basic]
Public Enabled As Boolean
[C#]
public bool Enabled;
[C++]
public: bool Enabled;
[JScript]
public var Enabled : Boolean;

Remarks

By default, this field is set to disabled (false).

See Also

BooleanSwitch Class | BooleanSwitch Members | System.Diagnostics Namespace | BooleanSwitch | Switch | Debug | Trace