Gets or sets the Time it took to process the Export when it was last processed.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[XmlIgnoreAttribute] public Time LastProcessTime { get; set; }
<XmlIgnoreAttribute> _ Public Property LastProcessTime As Time
[XmlIgnoreAttribute] public: property Time LastProcessTime { Time get (); void set (Time value); }