|   | 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.257-beta
 Syntax
Syntaxpublic 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);
Property Value
Boolean Remarks
Remarks
            This value is used to abstractly assign the protocol independent set of 
CommonStatusFlags.
            
 See Also
See Also