ServiceSettingsProvider.GetAppSettings Method

Definition

Gets the current application settings in a mockable manner.

protected virtual System.Collections.Specialized.NameValueCollection GetAppSettings ();
abstract member GetAppSettings : unit -> System.Collections.Specialized.NameValueCollection
override this.GetAppSettings : unit -> System.Collections.Specialized.NameValueCollection
Protected Overridable Function GetAppSettings () As NameValueCollection

Returns

A NameValueCollection containing the application settings.

Applies to