|   | DataCellConfigurationChangeDetected Property | 
        
        
            Gets or sets flag that determines if configuration change was detected for this 
DataCell.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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);
Property Value
Boolean See Also
See Also