|   | ServiceHelperMonitorServiceHealth Property | 
        
        
            Gets or sets a boolean value that indicates whether the health of the 
ParentService is to be monitored.
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
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);
Property Value
Boolean See Also
See Also