|
DataCellConfigurationChangeDetected Property
|
Gets or sets flag that determines if configuration change was detected for this
DataCell.
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool ConfigurationChangeDetected { get; set; }
Public Property ConfigurationChangeDetected As Boolean
Get
Set
public:
property bool ConfigurationChangeDetected {
bool get ();
void set (bool value);
}
member ConfigurationChangeDetected : bool with get, set
function get_ConfigurationChangeDetected();
function set_ConfigurationChangeDetected(value);
View SourceProperty Value
BooleanSee Also