|
DataCellBaseDataModified Property
|
Gets or sets flag that determines if data is modified by a post-processing
device, such as a PDC.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public virtual bool DataModified { get; set; }
Public Overridable Property DataModified As Boolean
Get
Set
public:
virtual property bool DataModified {
bool get ();
void set (bool value);
}
abstract DataModified : bool with get, set
override DataModified : bool with get, set
function get_DataModified();
function set_DataModified(value);
View SourceProperty Value
BooleanRemarks
This value is used to abstractly assign the protocol independent set of
CommonStatusFlags.
See Also