| 
            
              PhasorMeasurementMapperConfigurationOutOfSync Property
             | 
          
        
        
            Gets flag that determines if host configuration is out of sync with connected device.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.257-beta
Syntaxpublic bool ConfigurationOutOfSync { get; }Public ReadOnly Property ConfigurationOutOfSync As Boolean
	Get
public:
property bool ConfigurationOutOfSync {
	bool get ();
}member ConfigurationOutOfSync : bool with get
function get_ConfigurationOutOfSync();
 View SourceProperty Value
Boolean
See Also