WebSiteRestoreDiscoverResponse.AdjustConnectionStrings Property
Optional. If the restore operation also restores a database along with the website and the database is on a different server than when the original site h
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool AdjustConnectionStrings { get; set; }
public:
property bool AdjustConnectionStrings {
bool get();
void set(bool value);
}
member AdjustConnectionStrings : bool with get, set
Public Property AdjustConnectionStrings As Boolean
Property Value
Type: System.Boolean
See Also
WebSiteRestoreDiscoverResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top