次の方法で共有


SettingElement.Value プロパティ

定義

SettingElement オブジェクトを使用して、SettingValueElement オブジェクトの値を取得または設定します。

public:
 property System::Configuration::SettingValueElement ^ Value { System::Configuration::SettingValueElement ^ get(); void set(System::Configuration::SettingValueElement ^ value); };
[System.Configuration.ConfigurationProperty("value", DefaultValue=null, IsRequired=true)]
public System.Configuration.SettingValueElement Value { get; set; }
public System.Configuration.SettingValueElement Value { get; set; }
[<System.Configuration.ConfigurationProperty("value", DefaultValue=null, IsRequired=true)>]
member this.Value : System.Configuration.SettingValueElement with get, set
member this.Value : System.Configuration.SettingValueElement with get, set
Public Property Value As SettingValueElement

プロパティ値

SettingValueElement オブジェクトの値を格納している SettingElement オブジェクト。

属性

適用対象