PasswordRecovery.SuccessTemplateContainer 屬性

定義

取得 PasswordRecovery 控制項用來建立 SuccessTemplate 樣板執行個體的容器。 這個屬性提供以程式設計方式存取子控制項。

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

屬性值

Control,其包含 SuccessTemplate

屬性

備註

使用範本時,這個屬性可用來以程式設計方式存取子控制項。

適用於

另請參閱