Freigeben über


OnlineIdSystemAuthenticatorForUser.ApplicationId Eigenschaft

Definition

Der eindeutige ID-Wert der aufrufenden Anwendung. Windows-Desktopanwendungen, die das Systemticketfeature verwenden sollen, müssen diesen Wert explizit festlegen, bevor GetTicketAsync aufgerufen wird.

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

Eigenschaftswert

Guid

Platform::Guid

winrt::guid

Die ID der aufrufenden Anwendung.

Gilt für: