openPDC Historian Help
Exporter Property
NamespacesTVA.Historian.ExportersExportExporter
Gets or sets the name of the exporter (any Type that implements the IExporter interface) responsible for processing the export.
Declaration Syntax
C#Visual BasicVisual C++
public string Exporter { get; set; }
Public Property Exporter As String
public:
property String^ Exporter {
	String^ get ();
	void set (String^ value);
}
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252