AppBroadcastBackgroundService.BroadcastTitle 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 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
A string containing the user-specified title of the broadcast.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|