Udostępnij za pośrednictwem


ValidatePasswordEventArgs.IsNewUser Właściwość

Definicja

Pobiera wartość wskazującą, czy ValidatingPassword zdarzenie jest wywoływane podczas wywołania CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) metody.

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

Wartość właściwości

trueValidatingPassword jeśli zdarzenie jest wywoływane podczas wywołania CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus) metody ; w przeciwnym razie false.

Dotyczy

Zobacz też