| 
            
              FileExporterExportInterval Property
             | 
          
        
        
            Gets or sets the interval, in seconds, at which data will be queued for concentration and then exported.
            
        
        Namespace: EpriExportAssembly: EpriExport (in EpriExport.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
public double ExportInterval { get; set; }<ConnectionStringParameterAttribute>
Public Property ExportInterval As Double
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property double ExportInterval {
	double get ();
	void set (double value);
}[<ConnectionStringParameterAttribute>]
member ExportInterval : float with get, set
function get_ExportInterval();
function set_ExportInterval(value);
 View SourceProperty Value
Double
See Also