Gets or sets the ContentType for the body or null if none is specified.

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

Syntax

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

Field Value

ContentType for the body or null if none specified.

See Also