Same as CurrentData.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public StateRecordDataPoint CurrentData { get; private set; }
Public Property CurrentData As StateRecordDataPoint
public: property StateRecordDataPoint^ CurrentData { StateRecordDataPoint^ get (); void set (StateRecordDataPoint^ value); }
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The value being assigned is null. |