ConfigurationManagerGetAllAppSettings Method |
Return a dictionary containing all the app settings for the site.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic static Dictionary<string, string> GetAllAppSettings()
Public Shared Function GetAllAppSettings As Dictionary(Of String, String)
Return Value
Type:
DictionaryString,
StringPopulated dictionary of app settigns.
See Also