ValidatePasswordEventArgs.IsNewUser Property

Definition

Gets a value that indicates whether the ValidatingPassword event is being raised during a call to the CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) method.

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

Property Value

true if the ValidatingPassword event is being raised during a call to the CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) method; otherwise, false.

Applies to

See also