共用方式為


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

適用於

另請參閱