Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the participant on whose behalf the invite was sent.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property OnBehalfOfParticipant As ConversationParticipant
Get
'Usage
Dim instance As InviteReceivedEventArgs
Dim value As ConversationParticipant
value = instance.OnBehalfOfParticipant
public ConversationParticipant OnBehalfOfParticipant { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConversationParticipant