ServiceSettingsDictionary.Connections Property

 

Gets the set of connection strings for the service.

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

Syntax

public IDictionary<string, ConnectionSettings> Connections { get; }
public:
property IDictionary<String^, ConnectionSettings^>^ Connections {
    IDictionary<String^, ConnectionSettings^>^ get();
}
member Connections : IDictionary<string, ConnectionSettings> with get
Public ReadOnly Property Connections As IDictionary(Of String, ConnectionSettings)

Property Value

Type: System.Collections.Generic.IDictionary<String, ConnectionSettings>

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top