|
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.275-beta+89764ccfd98a5e76971bbd58cae85aa2e8f59fbd
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