DefaultSettingValueAttribute.Value 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取应用程序设置属性的默认值。
public:
property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String
属性值
表示属性的默认值的 String。
注解
属性 Value 在构造函数中 DefaultSettingValueAttribute 设置。
设置提供程序可能支持可以使用 指定的 SettingsSerializeAsAttribute多个序列化方案。