Profile.UnconfirmedEmailAddress Property
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property UnconfirmedEmailAddress As String
public string UnconfirmedEmailAddress { get; set; }
public:
property String^ UnconfirmedEmailAddress {
String^ get ();
void set (String^ value);
}
member UnconfirmedEmailAddress : string with get, set
function get UnconfirmedEmailAddress () : String
function set UnconfirmedEmailAddress (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.