ServiceSettingsProvider::GetAppSettings Method ()

 

Gets the current application settings in a mockable manner.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

protected:
virtual NameValueCollection^ GetAppSettings()

Return Value

Type: System.Collections.Specialized::NameValueCollection^

A NameValueCollection containing the application settings.

Return to top
Show: