|
ExportLastProcessTime Property
|
Gets or sets the
Time it took to process the
Export when it was last processed.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.246-beta
Syntax[XmlIgnoreAttribute]
public Time LastProcessTime { get; set; }
<XmlIgnoreAttribute>
Public Property LastProcessTime As Time
Get
Set
public:
[XmlIgnoreAttribute]
property Time LastProcessTime {
Time get ();
void set (Time value);
}
[<XmlIgnoreAttribute>]
member LastProcessTime : Time with get, set
function get_LastProcessTime();
function set_LastProcessTime(value);
View SourceProperty Value
Time
Remarks
See Also