|
ArchiveFileMonitorNewArchiveFiles Property
|
Gets or sets a boolean value that indicates whether to monitor and load newly encountered archive files.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(false)]
public bool MonitorNewArchiveFiles { get; set; }
<DefaultValueAttribute(false)>
Public Property MonitorNewArchiveFiles As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool MonitorNewArchiveFiles {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member MonitorNewArchiveFiles : bool with get, set
function get_MonitorNewArchiveFiles();
function set_MonitorNewArchiveFiles(value);
View SourceProperty Value
Boolean
See Also