DefaultSettingValueAttribute.Value 属性

定义

获取应用程序设置属性的默认值。

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多个序列化方案。

适用于

另请参阅