ValidatePasswordEventArgs.IsNewUser Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un valore che indica se l'evento ValidatingPassword viene generato durante una chiamata al CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) metodo .
public:
property bool IsNewUser { bool get(); };
public bool IsNewUser { get; }
member this.IsNewUser : bool
Public ReadOnly Property IsNewUser As Boolean
Valore della proprietà
true se l'evento ValidatingPassword viene generato durante una chiamata al CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) metodo ; in caso contrario, false.