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

[To be supplied.]

[Visual Basic]
Public ReadOnly Property ServicesDependedOn As ServiceController ()
[C#]
public ServiceController[] ServicesDependedOn {get;}
[C++]
public: __property ServiceController* get_ServicesDependedOn();
[JScript]
public function get ServicesDependedOn() : ServiceController[];

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace