GameChatMessageReceivedEventArgs.Origin Property

Definition

The origin of the message (voice or text). 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 GameChatMessageOrigin Origin { GameChatMessageOrigin get(); };
GameChatMessageOrigin Origin();
public GameChatMessageOrigin Origin { get; }
var gameChatMessageOrigin = gameChatMessageReceivedEventArgs.origin;
Public ReadOnly Property Origin As GameChatMessageOrigin

Property Value

The origin of the message (voice or text).

Applies to