|   | ConfigurationCell3DataModified Property | 
        
        
            Gets or sets flag indicating if data in cell is modified through configuration for this 
ConfigurationCell3.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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);
Property Value
Boolean See Also
See Also