GameChatMessageReceivedEventArgs.Origin 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 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).