Share via


ValidatePasswordEventArgs.IsNewUser Propiedad

Definición

Obtiene un valor que indica si el evento ValidatingPassword se produce durante una llamada al método CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus).

public:
 property bool IsNewUser { bool get(); };
public bool IsNewUser { get; }
member this.IsNewUser : bool
Public ReadOnly Property IsNewUser As Boolean

Valor de propiedad

true si el evento ValidatingPassword se produce durante una llamada al método CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus); en caso contrario, false.

Se aplica a

Consulte también