Share via


ConnectionSettings Constructor (String, String)

 

Initializes a new instance of the ConnectionSettings with a given name and connectionString.

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

Syntax

public ConnectionSettings(
    string name,
    string connectionString
)
public:
ConnectionSettings(
    String^ name,
    String^ connectionString
)
new : 
        name:string *
        connectionString:string -> ConnectionSettings
Public Sub New (
    name As String,
    connectionString As String
)

Parameters

  • name
    Type: System.String

    The name of the connection string setting.

  • connectionString
    Type: System.String

    The actual connection string.

See Also

ConnectionSettings Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top