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

A list of services that must be running in order for this one to run.

[Visual Basic]
Overridable Public Property ServicesDependedOn As String ()
[C#]
public string[] ServicesDependedOn {virtual get; virtual set;}
[C++]
public: __property virtual String* get_ServicesDependedOn();
public: __property virtual void set_ServicesDependedOn(String*[]);
[JScript]
public function get ServicesDependedOn() : String[];
public function set ServicesDependedOn(String[]);

See Also

ServiceInstaller Class | ServiceInstaller Members | System.ServiceProcess Namespace