Share via


SettingsListResponse.Settings Property

 

Optional. The setting information.

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

Syntax

public IDictionary<string, string> Settings { get; set; }
public:
property IDictionary<String^, String^>^ Settings {
    IDictionary<String^, String^>^ get();
    void set(IDictionary<String^, String^>^ value);
}
member Settings : IDictionary<string, string> with get, set
Public Property Settings As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

See Also

SettingsListResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top