VistaDB 6
VistaDB.Web Namespace / VistaDBMembershipProvider Class / RequiresUniqueEmail Property


In This Topic
    RequiresUniqueEmail Property
    In This Topic
    Gets a value indicating whether the membership provider is configured to require a unique email address for each user name.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property RequiresUniqueEmail As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBMembershipProvider
    Dim value As System.Boolean
     
    value = instance.RequiresUniqueEmail
    public override System.bool RequiresUniqueEmail {get;}

    Property Value

    true if the membership provider requires a unique email address; otherwise, false. The default is true.
    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