BoundPropertyEntry.UseSetAttribute Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets a value indicating whether a control's SetAttribute method can be called.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
/** @property */ public boolean get_UseSetAttribute () /** @property */ public void set_UseSetAttribute (boolean value)
public function get UseSetAttribute () : boolean public function set UseSetAttribute (value : boolean)
Not applicable.