User.EmailAddress Property

Definition

Gets or sets a valid e-mail that is address associated with the user.

public:
 property System::String ^ EmailAddress { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string EmailAddress { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.EmailAddress : string with get, set
Public Property EmailAddress As String

Property Value

A string that represents the e-mail address.

Attributes

Applies to