Gets or sets the e-mail address for the membership user.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public string Email { get; set; }
Visual Basic
Public Property Email As String
	Get
	Set

Property Value

Type: String
The e-mail address for the membership user.

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionthe user is not a Visual Guard user and cannot be modified.

See Also