WebPartsSection.EnableExport Property

 

Gets or sets a value indicating whether to enable the export of control data to an XML description file.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("enableExport", DefaultValue = false)>]
member EnableExport : bool with get, set

Property Value

Type: System.Boolean

true to enable the export of control data to an XML description file; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: