GameChatMessageReceivedEventArgs.SenderName 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 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
The sender of the message (the sender parameter passed to the GameChatOverlay.AddMessage method).