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

所驗證之使用者的使用者名稱。

適用於

另請參閱