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

属性值

要用于无参数构造函数字符串的值。 默认值为空字符串("")。

适用于