This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
public override bool RequiresUniqueEmail { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides ReadOnly Property RequiresUniqueEmail As 
	Get

Field Value

Return Value

true if the membership provider requires a unique e-mail address; otherwise, false. The default is true.

See Also

Advanced