| 
            
              ReportingProcessBaseArchiveFilePath Property
             | 
          
        
        
            Gets or sets the path to the archive file to which
            the statistics required for reporting are archived.
            
        
        Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic string ArchiveFilePath { get; set; }Public Property ArchiveFilePath As String
	Get
	Set
public:
virtual property String^ ArchiveFilePath {
	String^ get () sealed;
	void set (String^ value) sealed;
}abstract ArchiveFilePath : string with get, set
override ArchiveFilePath : string with get, set
function get_ArchiveFilePath();
function set_ArchiveFilePath(value);
 View SourceProperty Value
StringImplements
IReportingProcessArchiveFilePath
See Also