Gets the MIME content type.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ContentType 
As 
ContentType
C#
public 
ContentType 
ContentType { 
get; }
Visual C++
public:
property 
ContentType^ 
ContentType {
	
ContentType^ 
get ();
}
JavaScript
function get_
contentType();

See Also