SimpleMembershipProvider.GetUserNameByEmail(String) Method
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.
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
- 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.