ConstructionEnabledAttribute.Default 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置构造函数字符串的默认值。
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
属性值
要用于无参数构造函数字符串的值。 默认值为空字符串("")。