Share via


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サポートされる場合があります。

適用対象

こちらもご覧ください