Share via


PasswordRecovery.UserNameTemplateContainer 속성

정의

PasswordRecovery 템플릿의 인스턴스를 만들기 위해 UserNameTemplate 컨트롤에서 사용한 컨테이너를 가져옵니다. 이 속성을 통해 자식 컨트롤에 프로그래밍 방식으로 액세스할 수 있습니다.

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

속성 값

Control

Control이 들어 있는 UserNameTemplate입니다.

특성

설명

템플릿을 사용 하면 자식 컨트롤을 프로그래밍 방식으로 액세스 하려면이 속성을 사용할 수 있습니다.

적용 대상

추가 정보