Share via


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プロパティ自体が構成プロパティです。

適用対象

こちらもご覧ください