openPDC Historian Help
DiscardOutOfSequenceData Property
NamespacesTVA.Historian.FilesArchiveFileDiscardOutOfSequenceData
Gets or sets a boolean value that indicates whether incoming ArchiveDataPoints with out-of-sequence TimeTag are to be discarded.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute(true)]
public bool DiscardOutOfSequenceData { get; set; }
<DefaultValueAttribute(True)> _
Public Property DiscardOutOfSequenceData As Boolean
[DefaultValueAttribute(true)]
public:
property bool DiscardOutOfSequenceData {
	bool get ();
	void set (bool value);
}

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