通过


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 设置。

设置提供程序可能支持多个可以使用 <a0/> 指定的序列化方案。

适用于

另请参阅