GameChatMessageReceivedEventArgs.SenderName Property

Definition

The sender of the message (the sender parameter passed to the GameChatOverlay.AddMessage method). 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 ^ SenderName { Platform::String ^ get(); };
winrt::hstring SenderName();
public string SenderName { get; }
var string = gameChatMessageReceivedEventArgs.senderName;
Public ReadOnly Property SenderName As String

Property Value

String

Platform::String

winrt::hstring

The sender of the message (the sender parameter passed to the GameChatOverlay.AddMessage method).

Applies to