RequiresUniqueEmail Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether all users have to have unique e-mail address.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property RequiresUniqueEmail As Boolean
'Usage
Dim instance As UpmMembershipSettings
Dim value As Boolean
value = instance.RequiresUniqueEmail
public bool RequiresUniqueEmail { get; }
public:
property bool RequiresUniqueEmail {
bool get ();
}
public 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.