Click or drag to resize

DataCellDataIsValid Property

Gets or sets flag that determines if data of this DataCell is valid.

Namespace: GSF.PhasorProtocols.SelFastMessage
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public override bool DataIsValid { get; set; }
View Source

Property Value

Boolean

Implements

IDataCellDataIsValid
See Also