WebPartsSection.EnableExport 属性

定义

获取或设置一个值,该值指示是否允许将控件数据导出到 XML 说明文件。

public:
 property bool EnableExport { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableExport", DefaultValue=false)]
public bool EnableExport { get; set; }
[<System.Configuration.ConfigurationProperty("enableExport", DefaultValue=false)>]
member this.EnableExport : bool with get, set
Public Property EnableExport As Boolean

属性值

true 将控制数据导出到 XML 说明文件;否则,为 false.

属性

适用于

另请参阅