ChatRoomSession.Participants 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 participant list of the chat room to which this session is joined.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomParticipant ^> ^ Participants { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomParticipant ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomParticipant> Participants { get; }
member this.Participants : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomParticipant>
Public ReadOnly Property Participants As ReadOnlyCollection(Of ChatRoomParticipant)
Property Value
The participant list. If the session is not joined, this property returns null.