DefaultSettingValueAttribute.Value 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得應用程式設定屬性的預設值。
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。