Share via


Profile.EmailAddress Property

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Property EmailAddress As String
public string EmailAddress { get; set; }
public:
property String^ EmailAddress {
    String^ get ();
    void set (String^ value);
}
member EmailAddress : string with get, set
function get EmailAddress () : String 
function set EmailAddress (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Profile Class

Microsoft.VisualStudio.Services.Profile Namespace