RequiresUniqueEmail Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property RequiresUniqueEmail As Boolean
'Usage
Dim instance As UpmMembershipProvider
Dim value As Boolean
value = instance.RequiresUniqueEmail
public override bool RequiresUniqueEmail { get; }
public:
virtual property bool RequiresUniqueEmail {
bool get () override;
}
public override function get RequiresUniqueEmail () : boolean
Property Value
Type: System..::.Boolean
true in all cases.
Remarks
Returns a value indicating whether all users have to have unique e-mail address. The returned value is always true. UpmMembershipProvider requires a unique email name for every user.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.