openPDC Historian Help
TimeSeriesDataPoints Property
NamespacesTVA.Historian.ServicesSerializableTimeSeriesDataTimeSeriesDataPoints

[This is preliminary documentation and is subject to change.]

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.0.0