ChangePassword::ChangePasswordTemplateContainer Property

 

Gets the container that a ChangePassword control uses to create an instance of the ChangePasswordTemplate template. This provides programmatic access to child controls.

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

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

Property Value

Type: System.Web.UI::Control^

A Control that contains a ChangePasswordTemplate.

.NET Framework
Available since 2.0
Return to top
Show: