Share via


AppBroadcastBackgroundService.BroadcastLanguage Property

Definition

Gets a string representing the language of the current broadcast channel.

public:
 property Platform::String ^ BroadcastLanguage { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring BroadcastLanguage();

void BroadcastLanguage(winrt::hstring value);
public string BroadcastLanguage { get; set; }
var string = appBroadcastBackgroundService.broadcastLanguage;
appBroadcastBackgroundService.broadcastLanguage = string;
Public Property BroadcastLanguage As String

Property Value

String

Platform::String

winrt::hstring

A string representing the language of the current broadcast channel.

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Media.Capture.AppBroadcastContract (introduced in v2.0)

Applies to