SettingsUpdateParameters::Settings Property

 

Optional. The setting values.

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property IDictionary<String^, String^>^ Settings {
	IDictionary<String^, String^>^ get();
	void set(IDictionary<String^, String^>^ value);
}
Return to top
Show: