Gets or sets the Content-ID header of the MIME part. Can be null when the Content-ID header is missing.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ContentIdHeader 
As 

SignalingHeader
C#
public 

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

SignalingHeader^ 
ContentIdHeader {
	

SignalingHeader^ 
get ();
	
void 
set (

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

See Also