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

屬性

適用於

另請參閱