openPDC Historian Help
TimeSeriesDataPoints Property
Namespaces ► TVA.Historian.DataServices ► SerializableTimeSeriesData ► TimeSeriesDataPoints
Gets or sets the SerializableTimeSeriesDataPoints contained in the SerializableTimeSeriesData.
Declaration Syntax
C#Visual BasicVisual C++
[XmlArrayAttribute]
[DataMemberAttribute]
public SerializableTimeSeriesDataPoint[] TimeSeriesDataPoints { get; set; }
<XmlArrayAttribute> _
<DataMemberAttribute> _
Public Property TimeSeriesDataPoints As SerializableTimeSeriesDataPoint()
[XmlArrayAttribute]
[DataMemberAttribute]
public:
property array<SerializableTimeSeriesDataPoint^>^ TimeSeriesDataPoints {
	array<SerializableTimeSeriesDataPoint^>^ get ();
	void set (array<SerializableTimeSeriesDataPoint^>^ value);
}

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252