ChatMessage.MessageContent Property

Definition

Gets the content of the chat message.

public:
 property System::String ^ MessageContent { System::String ^ get(); };
public string MessageContent { get; }
member this.MessageContent : string
Public ReadOnly Property MessageContent As String

Property Value

The message body.

Applies to