|
FileExporterExportInterval Property
|
Gets or sets the interval, in seconds, at which data will be queued for concentration and then exported.
Namespace: ICCPExportAssembly: ICCPExport (in ICCPExport.dll) Version: 2.4.207-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
DoubleSee Also