Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the e-mail address for the membership user.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides Property Email As String
'Usage
Dim instance As UpmMembershipUser
Dim value As String
value = instance.Email
instance.Email = value
public override string Email { get; set; }
public:
virtual property String^ Email {
String^ get () override;
void set (String^ value) override;
}
public override function get Email () : String
public override function set Email (value : String)
Property Value
Type: System..::.String
The e-mail address for the membership user.
Remarks
Gets or sets the e-mail address for the membership user.
Requires EnableEmailAddress to be set to true.
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.