Share via


AppBroadcastBackgroundServiceSignInInfo.UserName Property

Definition

Gets or sets the username for app broadcast background service authentication.

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

void UserName(winrt::hstring value);
public string UserName { get; set; }
var string = appBroadcastBackgroundServiceSignInInfo.userName;
appBroadcastBackgroundServiceSignInInfo.userName = string;
Public Property UserName As String

Property Value

String

Platform::String

winrt::hstring

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to