ValidatePasswordEventArgs.IsNewUser Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : boolPublic ReadOnly Property IsNewUser As BooleanProperty 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.