PasswordRecovery::UserNameTemplateContainer Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the container that a PasswordRecovery control used to create an instance of the UserNameTemplate template. This property provides programmatic access to child controls.

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

public:
[BrowsableAttribute(false)]
property Control^ UserNameTemplateContainer {
	Control^ get();
}

Property Value

Type: System.Web.UI::Control^

A Control that contains a UserNameTemplate.

This property can be used to programmatically access child controls when using a template.

.NET Framework
Available since 2.0
Return to top
Show: