|   | LogFileLogFilesDuration Property | 
        
        
            Gets or sets the time duration, in hours, to save the 
LogFile .
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax[DefaultValueAttribute(0)]
public double LogFilesDuration { get; set; }<DefaultValueAttribute(0)>
Public Property LogFilesDuration As Double
	Get
	Set
public:
[DefaultValueAttribute(0)]
property double LogFilesDuration {
	double get ();
	void set (double value);
}[<DefaultValueAttribute(0)>]
member LogFilesDuration : float with get, set
function get_LogFilesDuration();
function set_LogFilesDuration(value);
Property Value
Double See Also
See Also