ChatHistoryResult.Messages Property

Definition

Gets the collection of messages which matched the query.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::ChatMessage ^> ^ Messages { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::ChatMessage ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.ChatMessage> Messages { get; }
member this.Messages : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.ChatMessage>
Public ReadOnly Property Messages As ReadOnlyCollection(Of ChatMessage)

Property Value

The messages.

Applies to