| 
            
              CompletenessReportingProcessLevel4Threshold Property
             | 
          
        
        
            Gets or sets the minimum percentage of measurements received from devices in level 4.
            
        
        Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic double Level4Threshold { get; set; }Public Property Level4Threshold As Double
	Get
	Set
public:
property double Level4Threshold {
	double get ();
	void set (double value);
}member Level4Threshold : float with get, set
function get_Level4Threshold();
function set_Level4Threshold(value);
 View SourceProperty Value
Double
See Also