ValidatePasswordEventArgs::UserName Property

 

Gets the name of the membership user for the current create-user, change-password, or reset-password action.

Namespace:   System.Web.Security
Assembly:  System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)

public:
property String^ UserName {
	String^ get();
}

Property Value

Type: System::String^

The name of the membership user for the current create-user, change-password, or reset-password action.

.NET Framework
Available since 2.0
Return to top
Show: