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!

ServiceBase.ServiceName

Gets the short name of the Service used to identify it to the system.

[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);

Property Value

a string representing the name.

See Also

ServiceBase Class | ServiceBase Members | System.ServiceProcess Namespace