AppBroadcastServices.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 or sets the title of the broadcast.
public:
property Platform::String ^ BroadcastTitle { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring BroadcastTitle();
void BroadcastTitle(winrt::hstring value);
public string BroadcastTitle { get; set; }
var string = appBroadcastServices.broadcastTitle;
appBroadcastServices.broadcastTitle = string;
Public Property BroadcastTitle As String
Property Value
The title of the broadcast.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|