| 
            
              ServiceHelperMonitorServiceHealth Property
             | 
          
        
        
            Gets or sets a boolean value that indicates whether the health of the 
ParentService is to be monitored.
            
 
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.258-beta
Syntax[DefaultValueAttribute(false)]
public bool MonitorServiceHealth { get; set; }<DefaultValueAttribute(false)>
Public Property MonitorServiceHealth As Boolean
	Get
	Set
public:
[DefaultValueAttribute(false)]
property bool MonitorServiceHealth {
	bool get ();
	void set (bool value);
}[<DefaultValueAttribute(false)>]
member MonitorServiceHealth : bool with get, set
function get_MonitorServiceHealth();
function set_MonitorServiceHealth(value);
 View SourceProperty Value
Boolean
See Also