ChangePassword.ChangePasswordTemplateContainer Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le conteneur utilisé par un contrôle ChangePassword pour créer une instance du modèle ChangePasswordTemplate. Cela fournit l'accès par programme aux contrôles enfants.
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
Valeur de propriété
Control qui contient ChangePasswordTemplate.
- Attributs
S’applique à
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.