SettingsListResponse.Settings 属性

 

可选。 设置信息中。

命名空间:   Microsoft.WindowsAzure.WebSitesExtensions.Models
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

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)

属性值

Type: System.Collections.Generic.IDictionary<StringString>

请参阅

SettingsListResponse 类
Microsoft.WindowsAzure.WebSitesExtensions.Models 命名空间

返回页首