次の方法で共有


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で指定できる複数のシリアル化スキームをサポートする場合があります。

適用対象

こちらもご覧ください