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!

ServiceInstaller.ServiceName

The name used by Windows to indentify this service.

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

See Also

ServiceInstaller Class | ServiceInstaller Members | System.ServiceProcess Namespace