AppBroadcastBackgroundService.TitleId 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 unique identifier for the title being broadcast.
public:
property Platform::String ^ TitleId { Platform::String ^ get(); };
winrt::hstring TitleId();
public string TitleId { get; }
var string = appBroadcastBackgroundService.titleId;
Public ReadOnly Property TitleId As String
Property Value
A unique identifier for the title being broadcast.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|