AppBroadcastProviderSettings.DefaultBroadcastTitle 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 the default title for broadcasts.
public:
property Platform::String ^ DefaultBroadcastTitle { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DefaultBroadcastTitle();
void DefaultBroadcastTitle(winrt::hstring value);
public string DefaultBroadcastTitle { get; set; }
var string = appBroadcastProviderSettings.defaultBroadcastTitle;
appBroadcastProviderSettings.defaultBroadcastTitle = string;
Public Property DefaultBroadcastTitle As String
Property Value
The default title for broadcasts.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|
Remarks
Set the title of the current broadcast by setting the AppBroadcastBackgroundService.BroadcastTitle property.