|
FrameParserRefreshConfigurationFileOnChange Property
|
Gets or sets flag that determines if configuration file is automatically reloaded when it has changed on disk.
Namespace: GSF.PhasorProtocols.MacrodyneAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public 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);
View SourceProperty Value
BooleanSee Also