GameChatMessageReceivedEventArgs.AppDisplayName 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.
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
The display name for the app that triggered the event.