|
ConfigurationCell3DataModified Property
|
Gets or sets flag indicating if data in cell is modified through configuration for this
ConfigurationCell3.
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool DataModified { get; set; }
Public Property DataModified As Boolean
Get
Set
public:
property bool DataModified {
bool get ();
void set (bool value);
}
member DataModified : bool with get, set
function get_DataModified();
function set_DataModified(value);
View SourceProperty Value
BooleanSee Also