ChatMessageReceivedEventArgs.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 ChatMessage which was received.
public:
property Microsoft::Rtc::Collaboration::PersistentChat::ChatMessage ^ Message { Microsoft::Rtc::Collaboration::PersistentChat::ChatMessage ^ get(); };
public Microsoft.Rtc.Collaboration.PersistentChat.ChatMessage Message { get; }
member this.Message : Microsoft.Rtc.Collaboration.PersistentChat.ChatMessage
Public ReadOnly Property Message As ChatMessage
Property Value
The message.