| 
            
              PhasorMeasurementMapperAllowUseOfCachedConfiguration Property
             | 
          
        
        
            Gets or sets flag that determines if use of cached configuration during initial connection is allowed when a configuration has not been received within the data loss interval.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.257-beta
Syntaxpublic bool AllowUseOfCachedConfiguration { get; set; }Public Property AllowUseOfCachedConfiguration As Boolean
	Get
	Set
public:
property bool AllowUseOfCachedConfiguration {
	bool get ();
	void set (bool value);
}member AllowUseOfCachedConfiguration : bool with get, set
function get_AllowUseOfCachedConfiguration();
function set_AllowUseOfCachedConfiguration(value);
 View SourceProperty Value
Boolean
See Also