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

Determines when this service will be started

[Visual Basic]
Overridable Public Property StartType As ServiceStart
[C#]
public ServiceStart StartType {virtual get; virtual set;}
[C++]
public: __property virtual ServiceStart get_StartType();
public: __property virtual void set_StartType(ServiceStart);
[JScript]
public function get StartType() : ServiceStart;
public function set StartType(ServiceStart);

See Also

ServiceInstaller Class | ServiceInstaller Members | System.ServiceProcess Namespace