Share via


ConstructionEnabledAttribute.Default プロパティ

定義

コンストラクター文字列の既定値を取得または設定します。

public:
 property System::String ^ Default { System::String ^ get(); void set(System::String ^ value); };
public string Default { get; set; }
member this.Default : string with get, set
Public Property Default As String

プロパティ値

パラメーターなしのコンストラクター文字列に使用する値。 既定値は、空の文字列 ("") です。

適用対象