OnlineIdSystemAuthenticatorForUser.ApplicationId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The unique id value of the calling application. Windows desktop applications that are to use the System Ticket feature must set this value explicitly before calling GetTicketAsync.
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 = onlineIdSystemAuthenticatorForUser.applicationId;
onlineIdSystemAuthenticatorForUser.applicationId = guid;
Public Property ApplicationId As Guid
Property Value
The id of the calling application.