AppBroadcastServices.BroadcastLanguage 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 or sets a string that specifies the language settings for app broadast.
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 = appBroadcastServices.broadcastLanguage;
appBroadcastServices.broadcastLanguage = string;
Public Property BroadcastLanguage As String
Property Value
A string that specifies the language settings for app broadast.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|