|
LogFileLogFilesDuration Property
|
Gets or sets the time duration, in hours, to save the
LogFile .
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
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);
View SourceProperty Value
Double
See Also