OnlineIdAuthenticator.ApplicationId Property

Definition

Returns the ID of the application as a GUID.

Note

If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager.

public:
 property Platform::Guid ApplicationId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid ApplicationId();

void ApplicationId(winrt::guid value);
public Guid ApplicationId { get; set; }
var guid = onlineIdAuthenticator.applicationId;
onlineIdAuthenticator.applicationId = guid;
Public Property ApplicationId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The ID of the application.

Remarks

This ID is not necessary for UWP app.

Applies to