AppBroadcastBackgroundService.AppId 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.
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
A string containing a system-defined identifier for the broadcasting app.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|