Click or drag to resize
ISharedConfigurationGet Method
Gets the current configuration.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Configuration Get()

Return Value

Type: Configuration
Remarks
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