ChangePassword.SuccessTemplateContainer プロパティ

定義

ChangePassword テンプレートのインスタンスを作成するために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

属性

適用対象

こちらもご覧ください