PasswordRecovery::SuccessTemplateContainer 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 SuccessTemplate 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^ SuccessTemplateContainer {
	Control^ get();
}

Property Value

Type: System.Web.UI::Control^

A Control that contains a SuccessTemplate.

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

.NET Framework
Available since 2.0
Return to top
Show: