AppBroadcastServices.UserName Property

Definition

Gets the username used for authentication for app broadcast.

public:
 property Platform::String ^ UserName { Platform::String ^ get(); };
winrt::hstring UserName();
public string UserName { get; }
var string = appBroadcastServices.userName;
Public ReadOnly Property UserName As String

Property Value

String

Platform::String

winrt::hstring

The username used for authentication for app broadcast.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to