OnlineIdAuthenticator.AccountId | accountId property

Gets or sets the account Id.

Syntax

var accountId = onlineIdAuthenticator.accountId;
onlineIdAuthenticator.accountId = accountId;
public string AccountId { get; set; }
Public Property AccountId As String
public:
property String^ AccountId { 
   String^ get();
   void set (String^ value);
}

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The account Id.

Requirements (Windows 10 device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.Security.Authentication.OnlineId Windows::Security::Authentication::OnlineId [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

OnlineIdAuthenticator