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
- 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.