WebConfigDocument.GetApplicationSettings Method ()

 

Gets the set of application settings provided by the configuration file.

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

Public Overridable Function GetApplicationSettings As IDictionary(Of String, String)

Return Value

Type: System.Collections.Generic.IDictionary(Of String, String)

An IDictionary(Of TKey, TValue) containing the application settings.

Return to top
Show: