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.DisplayName

Gets a name used to identify the switch. This name can be displayed on a user interface.

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

Property Value

A name used to identify the switch.

Remarks

When a Switch object is instantiated, the DisplayName is used to find initial switch settings in the registry, or in environmental variables. The default value is the empty string ("").

See Also

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