InviteParticipantUpdateEventArgs.Address Property
NOTE: This API is now obsolete.
Gets the address of the invited participant being updated.
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 Address As RealTimeAddress
Get
'Usage
Dim instance As InviteParticipantUpdateEventArgs
Dim value As RealTimeAddress
value = instance.Address
[ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public RealTimeAddress Address { get; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeAddress
See Also
Reference
InviteParticipantUpdateEventArgs Class