VistaDB 6
VistaDB.Web Namespace / VistaDBMembershipProvider Class / GetUserNameByEmail Method
The email address to search for.


In This Topic
    GetUserNameByEmail Method
    In This Topic
    Gets the user name associated with the specified email address.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function GetUserNameByEmail( _
       ByVal email As System.String _
    ) As System.String
    'Usage
     
    
    Dim instance As VistaDBMembershipProvider
    Dim email As System.String
    Dim value As System.String
     
    value = instance.GetUserNameByEmail(email)
    public override System.string GetUserNameByEmail( 
       System.string email
    )

    Parameters

    email
    The email address to search for.

    Return Value

    The user name associated with the specified email address. If no match is found, return a null reference (Nothing in Visual Basic).
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also