AppBroadcastServices.UserName 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 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
The username used for authentication for app broadcast.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|