Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

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

public:
virtual bool IsDefaultAttribute() override

Return Value

Type: System::Boolean

true 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft