ChatMessageChange.Message 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.
Gets the updated message text.
public:
property ChatMessage ^ Message { ChatMessage ^ get(); };
ChatMessage Message();
public ChatMessage Message { get; }
var chatMessage = chatMessageChange.message;
Public ReadOnly Property Message As ChatMessage
Property Value
The chat message associated with the change.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|