Gets the content of the report. This property can return null if quality of experience content is not available.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
QualityOfExperienceContent 
As 

ContentDescription
C#
public 

ContentDescription 
QualityOfExperienceContent { 
get; }
Visual C++
public:
property 

ContentDescription^ 
QualityOfExperienceContent {
	

ContentDescription^ 
get ();
}
JavaScript
function get_
qualityOfExperienceContent();

Remarks

The content-type of the content indicates the type of report. For example, the content type "application/vq-rtcpxr+xml" for Quality of Experience (QoE) monitoring data. For more information, see http://msdn.microsoft.com/en-us/library/cc431512.aspx Note that this data is release-dependent and the schema is subject to change from release to release of the UCMA platform. This data is provided for debugging purpose only.

See Also