[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets/sets the content type. Defaults to .NET defaults

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Http
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
string 
ContentType { 
get; 
set; }
Public 
Property 
ContentType 
As 
String
	
Get
	
Set
public:
property 
String^ 
ContentType {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also