ValidatePasswordEventArgs.UserName Property

Definition

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

public:
 property System::String ^ UserName { System::String ^ get(); };
public string UserName { get; }
member this.UserName : string
Public ReadOnly Property UserName As String

Property Value

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

Applies to

See also