Share via


AppBroadcastBackgroundService.BroadcastTitle Property

Definition

Gets a string containing the user-specified title of the broadcast.

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

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

Property Value

String

Platform::String

winrt::hstring

A string containing the user-specified title of the broadcast.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to