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.StringThe name of the connection string setting.
connectionString
Type: System.StringThe actual connection string.
See Also
ConnectionSettings Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top