Gets or sets flag that determines if configuration file is automatically reloaded when it has changed on disk.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute(true)] public bool RefreshConfigurationFileOnChange { get; set; }
<DefaultValueAttribute(True)> _ Public Property RefreshConfigurationFileOnChange As Boolean Get Set
[DefaultValueAttribute(true)] public: property bool RefreshConfigurationFileOnChange { bool get (); void set (bool value); }