共用方式為


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

屬性值

要用於無參數建構函式字串的值。 預設為空字串 ("")。

適用於