| 
            
              IReportingProcessArchiveFilePath 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
Syntaxstring ArchiveFilePath { get; set; }Property ArchiveFilePath As String
	Get
	Set
property String^ ArchiveFilePath {
	String^ get ();
	void set (String^ value);
}abstract ArchiveFilePath : string with get, set
function get_ArchiveFilePath();
function set_ArchiveFilePath(value);
 View SourceProperty Value
String
See Also