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

検証済みユーザーのユーザー名。

適用対象

こちらもご覧ください