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[];
ServiceController Class | ServiceController Members | System.ServiceProcess Namespace