SimpleMembershipProvider.GetUserNameByEmail(String) Method

Definition

Returns the user name that is associated with the specified email address.

public override string GetUserNameByEmail (string email);
override this.GetUserNameByEmail : string -> string
Public Overrides Function GetUserNameByEmail (email As String) As String

Parameters

email
String

The email address to search for.

Returns

The user name that is associated with the specified email address, or null if no match is found.

Applies to