ClientSettingsSection.Settings 属性

定义

获取节中的客户端设置的集合。

public:
 property System::Configuration::SettingElementCollection ^ Settings { System::Configuration::SettingElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Configuration.SettingElementCollection Settings { get; }
public System.Configuration.SettingElementCollection Settings { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Settings : System.Configuration.SettingElementCollection
member this.Settings : System.Configuration.SettingElementCollection
Public ReadOnly Property Settings As SettingElementCollection

属性值

包含在当前配置节中找到的所有客户端设置的 SettingElementCollection

属性

注解

属性 Settings 本身是配置属性。

适用于

另请参阅