MembershipEntity.Email Property
Gets or sets the entity e-mail.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Syntax
'Declaration
<StringLengthAttribute()> _
Public Property Email As String
Get
Set
'Usage
Dim instance As MembershipEntity
Dim value As String
value = instance.Email
instance.Email = value
[StringLengthAttribute()]
public string Email { get; set; }
[StringLengthAttribute()]
public:
property String^ Email {
String^ get ();
void set (String^ value);
}
[<StringLengthAttribute()>]
member Email : string with get, set
function get Email () : String
function set Email (value : String)
Property Value
Type: System.String
The entity e-mail.
See Also
Reference
System.Web.Providers.Entities Namespace