Share via


EnableEmailAddress Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a value indicating whether UpmMembershipProvider supports storing an e-mail address for the user.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property EnableEmailAddress As Boolean
'Usage
Dim instance As UpmMembershipSettings
Dim value As Boolean

value = instance.EnableEmailAddress
public bool EnableEmailAddress { get; }
public:
property bool EnableEmailAddress {
    bool get ();
}
public function get EnableEmailAddress () : boolean

Property Value

Type: System..::.Boolean
true to indicate that the provider supports storing an e-mail address; otherwise, false.

Remarks

Returns a value indicating whether or not UpmMembershipProvider supports storing an e-mail address for the user. Returns true to indicate that the provider supports storing an e-mail address. Returns false to indicate that the provider does not support storing an e-mail address.

Permissions

See Also

Reference

UpmMembershipSettings Class

UpmMembershipSettings Members

Microsoft.CommerceServer.Runtime.Profiles Namespace

Email