|   | FrameParserRefreshConfigurationFileOnChange Property | 
        
        
            Gets or sets flag that determines if configuration file is automatically reloaded when it has changed on disk.
            
        
        Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool RefreshConfigurationFileOnChange { get; set; }Public Property RefreshConfigurationFileOnChange As Boolean
	Get
	Set
public:
property bool RefreshConfigurationFileOnChange {
	bool get ();
	void set (bool value);
}member RefreshConfigurationFileOnChange : bool with get, set
function get_RefreshConfigurationFileOnChange();
function set_RefreshConfigurationFileOnChange(value);
Property Value
Boolean See Also
See Also