InviteParticipantUpdateEventArgs.Response Property
NOTE: This API is now obsolete.
Gets the invited participant's response to the invitation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")> _
Public ReadOnly Property Response As ConferenceInvitationResponse
Get
'Usage
Dim instance As InviteParticipantUpdateEventArgs
Dim value As ConferenceInvitationResponse
value = instance.Response
[ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public ConferenceInvitationResponse Response { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConferenceInvitationResponse
See Also
Reference
InviteParticipantUpdateEventArgs Class