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!

ServiceController.DisplayName

The descriptive name shown for this service in the Service applet.

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

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace