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);
ServiceInstaller Class | ServiceInstaller Members | System.ServiceProcess Namespace