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

Returns the short name of the service referenced by this object.

[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

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace