ParseChildrenAttribute::IsDefaultAttribute Method ()
Returns a value indicating whether the value of the current instance of the ParseChildrenAttribute class is the default value of the derived class.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System::Booleantrue if the current ParseChildrenAttribute value is the default instance; otherwise, false.
The default value for the ParseChildrenAttribute class is the ParseAsChildren field.
The following code example demonstrates how to query the IsDefaultAttribute property. For definitions of the CollectionPropertyControl and Employee classes that are used in this code example, see ParseChildrenAttribute.
Available since 1.1