ParseChildrenAttribute.ChildrenAsProperties Property
.NET Framework 3.0
Gets or sets a value indicating whether to parse the elements that are contained within a server control as properties.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_ChildrenAsProperties () /** @property */ public void set_ChildrenAsProperties (boolean value)
public function get ChildrenAsProperties () : boolean public function set ChildrenAsProperties (value : boolean)
Not applicable.
Property Value
true to parse the elements as properties; otherwise, false. The default is true.| Exception type | Condition |
|---|---|
|
The current ParseChildrenAttribute was invoked with childrenAsProperties set to false. |
Community Additions
ADD
Show: