Gets or sets the most recently archived StateRecordDataPoint for the HistorianID.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public StateRecordDataPoint ArchivedData { get; set; }
Public Property ArchivedData As StateRecordDataPoint
public: property StateRecordDataPoint^ ArchivedData { StateRecordDataPoint^ get (); void set (StateRecordDataPoint^ value); }
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The value being assigned is null. |