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