ConfigurationManagerRefreshAppSettings Method |
Refreshes the app settings, following an update.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic static Dictionary<string, string> RefreshAppSettings()
Public Shared Function RefreshAppSettings As Dictionary(Of String, String)
Return Value
Type:
DictionaryString,
StringPopulated dictionary of app settings.
See Also