|
IDataCellDataIsValid Property
|
Gets or sets flag that determines if data of this
IDataCell is valid.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax bool DataIsValid { get; set; }
Property DataIsValid As Boolean
Get
Set
property bool DataIsValid {
bool get ();
void set (bool value);
}
abstract DataIsValid : bool with get, set
function get_DataIsValid();
function set_DataIsValid(value);
View SourceProperty Value
BooleanSee Also