ParticipantPrivilegeChangedEventArgs.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 whose privileges have changed, and the set of of privileges now granted to this participant.
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.