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.
NOTE: This API is now obsolete.
Gets a string showing the properties in this event args class.
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 Overrides Function ToString As String
'Usage
Dim instance As InviteParticipantUpdateEventArgs
Dim returnValue As String
returnValue = instance.ToString()
[ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public override string ToString()
Return Value
Type: System.String
A string showing the values of the properties in this event args class.
See Also
Reference
InviteParticipantUpdateEventArgs Class