ChangePassword.ChangePasswordTemplateContainer Proprietà

Definizione

Ottiene il contenitore utilizzato da un controllo ChangePassword per creare un'istanza del modello ChangePasswordTemplate. In questo modo viene fornito l'accesso a livello di codice ai controlli figlio.

public:
 property System::Web::UI::Control ^ ChangePasswordTemplateContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control ChangePasswordTemplateContainer { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ChangePasswordTemplateContainer : System.Web.UI.Control
Public ReadOnly Property ChangePasswordTemplateContainer As Control

Valore della proprietà

Control

Oggetto Control che contiene ChangePasswordTemplate.

Attributi

Si applica a

Vedi anche