HtmlControlDesigner::ShouldCodeSerialize Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
Gets or sets a value indicating whether to create a field declaration for the control in the code-behind file for the current design document during serialization.
Assembly: System.Design (in System.Design.dll)
public: [ObsoleteAttribute("Use of this property is not recommended because code serialization is not supported. http://go.microsoft.com/fwlink/?linkid=14202")] property bool ShouldCodeSerialize { virtual bool get(); virtual void set(bool value); }
.NET Framework
Available since 1.1
Available since 1.1
Show: