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!

Switch.Description

Gets a description of the switch.

[Visual Basic]
Public ReadOnly Property Description As String
[C#]
public string Description {get;}
[C++]
public: __property String* get_Description();
[JScript]
public function get Description() : String;

Property Value

A description of the switch.

Remarks

This description should depict the function of the switch. For example, you could describe the switch as "Enables tracing for the CompModSwitches.DirectoryWatcher component." The default value is the empty string ("").

See Also

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