Click or drag to resize

ExportExporter Property

Gets or sets the name of the exporter (any Type that implements the IExporter interface) responsible for processing the export.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public string Exporter { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.
See Also