GameChatMessageReceivedEventArgs.AppDisplayName Property

Definition

The display name for the app that triggered the event. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, your app cannot use this API.

public:
 property Platform::String ^ AppDisplayName { Platform::String ^ get(); };
winrt::hstring AppDisplayName();
public string AppDisplayName { get; }
var string = gameChatMessageReceivedEventArgs.appDisplayName;
Public ReadOnly Property AppDisplayName As String

Property Value

String

Platform::String

winrt::hstring

The display name for the app that triggered the event.

Applies to