Creates a string showing the values of the properties in this event args class

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Function 
ToString 
As 
String
C#
public 
override 
string 
ToString()
Visual C++
public:
virtual 
String^ 
ToString() 
override
JavaScript
function 
toString();

Return Value

A string showing the values of the properties in this event args class

See Also