DeviceAccountConfiguration.EmailAddress Property

Definition

Gets or sets the email address of the current user.

public:
 property Platform::String ^ EmailAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring EmailAddress();

void EmailAddress(winrt::hstring value);
public string EmailAddress { get; set; }
var string = deviceAccountConfiguration.emailAddress;
deviceAccountConfiguration.emailAddress = string;
Public Property EmailAddress As String

Property Value

String

Platform::String

winrt::hstring

The email address of the current user.

Applies to