共用方式為


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多個串行化配置。

適用於

另請參閱