RestoreRequest::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)

public:
property bool AdjustConnectionStrings {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: