ISharedConfigurationGet Method |
Gets the current configuration.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Function Get As Configuration
abstract Get : unit -> Configuration
Return Value
Type:
ConfigurationRemarks
I didn't make this a property because the configuration it returns can
change between calls, and I didn't want people calling it repeatedly within
a function and getting inconsistencies.
See Also