IConfigurationStorageProvider Property |
Gets or sets a value that abstracts away the environment for testing purposes.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IConfigurationStorageProvider Provider { get; set; }
Property Provider As IConfigurationStorageProvider
Get
Set
property IConfigurationStorageProvider^ Provider {
IConfigurationStorageProvider^ get ();
void set (IConfigurationStorageProvider^ value);
}
abstract Provider : IConfigurationStorageProvider with get, set
Property Value
Type:
IConfigurationStorageProviderSee Also