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

Property Value

Type: System.Web.UI::Control^

A Control that contains a QuestionTemplate template.

.NET Framework
Available since 2.0
Return to top
Show: