Gets or sets the Content-ID of the MIME part. Can be null.

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

Syntax

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

See Also