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

属性值

Boolean

如果要将控件数据导出到 XML 说明文件,则为 true;否则为 false

属性

适用于

另请参阅