|
IDataCellSynchronizationIsValid Property
|
Gets or sets flag that determines if timestamp of this
IDataCell is valid based on GPS lock.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax bool SynchronizationIsValid { get; set; }
Property SynchronizationIsValid As Boolean
Get
Set
property bool SynchronizationIsValid {
bool get ();
void set (bool value);
}
abstract SynchronizationIsValid : bool with get, set
function get_SynchronizationIsValid();
function set_SynchronizationIsValid(value);
View SourceProperty Value
BooleanSee Also