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

Gets the type of service that this object references.

[Visual Basic]
Overridable Public ReadOnly Property ServiceType As ServiceType
[C#]
public ServiceType ServiceType {virtual get;}
[C++]
public: __property virtual ServiceType get_ServiceType();
[JScript]
public function get ServiceType() : ServiceType;

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace