UserValidatedEventArgs(String) 생성자

정의

UserValidatedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 UserValidatedEventArgs(System::String ^ username);
public UserValidatedEventArgs (string username);
new System.Web.ClientServices.Providers.UserValidatedEventArgs : string -> System.Web.ClientServices.Providers.UserValidatedEventArgs
Public Sub New (username As String)

매개 변수

username
String

유효성이 검사된 사용자의 사용자 이름입니다.

적용 대상

추가 정보