Udostępnij za pośrednictwem


AppBroadcastBackgroundService.AppId Property

Definition

Gets a string containing an identifier for the game being broadcast. When broadcasting on a desktop device, this value is the game on which the user initiated broadcasting.

public:
 property Platform::String ^ AppId { Platform::String ^ get(); };
winrt::hstring AppId();
public string AppId { get; }
var string = appBroadcastBackgroundService.appId;
Public ReadOnly Property AppId As String

Property Value

String

Platform::String

winrt::hstring

A string containing a system-defined identifier for the broadcasting app.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to