Gets or sets the Content-Disposition header of the MIME part.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ContentDispositionHeader 
As 

SignalingHeader
C#
public 

SignalingHeader 
ContentDispositionHeader { 
get; 
set; }
Visual C++
public:
property 

SignalingHeader^ 
ContentDispositionHeader {
	

SignalingHeader^ 
get ();
	
void 
set (

SignalingHeader^ 
value);
}
JavaScript
function get_
contentDispositionHeader();
function set_
contentDispositionHeader(
value);

See Also