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

The set of services that depend on this service. These are the services that will be stopped if this service is stopped.

[Visual Basic]
Overridable Public ReadOnly Property DependentServices As _
   ServiceController ()
[C#]
public ServiceController[] DependentServices {virtual get;}
[C++]
public: __property virtual ServiceController*
   get_DependentServices();
[JScript]
public function get DependentServices() : ServiceController[];

See Also

ServiceController Class | ServiceController Members | System.ServiceProcess Namespace