SettingElement.Value 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 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, setmember this.Value : System.Configuration.SettingValueElement with get, setPublic Property Value As SettingValueElement属性值
包含 SettingValueElement 对象的值的 SettingElement 对象。
- 属性