Returns the string representation of value of dignostic header.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
GetValue 
As 
String
C#
public 
string 
GetValue()
Visual C++
public:
String^ 
GetValue()
JavaScript
function 
getValue();

Return Value

The value of the header.

See Also