Gets the DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the response. If message contains both headers then this will represent the ms-diagnostics header information.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
DiagnosticInformation 
As 

DiagnosticHeader
C#
public 

DiagnosticHeader 
DiagnosticInformation { 
get; }
Visual C++
public:
property 

DiagnosticHeader^ 
DiagnosticInformation {
	

DiagnosticHeader^ 
get ();
}
JavaScript
function get_
diagnosticInformation();

See Also