ParticipantAttendanceChangedEventArgs.Participant 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 that has joined the chat room.
public:
property Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomParticipant ^ Participant { Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomParticipant ^ get(); };
public Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomParticipant Participant { get; }
member this.Participant : Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomParticipant
Public ReadOnly Property Participant As ChatRoomParticipant
Property Value
The participant.