openPDC Historian Help
DataPointsReceived Property
NamespacesTVA.Historian.FilesArchiveFileAllocationTableDataPointsReceived
Gets or sets the number ArchiveDataPoints received by the ArchiveFile for archival.
Declaration Syntax
C#Visual BasicVisual C++
public int DataPointsReceived { get; set; }
Public Property DataPointsReceived As Integer
public:
property int DataPointsReceived {
	int get ();
	void set (int value);
}
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not positive or zero.

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