OnBehalfOfParticipant Property
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