openPDC Synchrophasor Help
DataIsValid Property
NamespacesTVA.PhasorProtocolsDataCellBaseDataIsValid
Gets or sets flag that determines if data of this DataCellBase is valid.
Declaration Syntax
C#Visual BasicVisual C++
public abstract bool DataIsValid { get; set; }
Public MustOverride Property DataIsValid As Boolean
	Get
	Set
public:
virtual property bool DataIsValid {
	bool get () abstract;
	void set (bool value) abstract;
}
Remarks
This value is used to abstractly assign the protocol independent set of CommonStatusFlags.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0