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

Gets the report content type.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
abstract 
string 
ReportContentType { 
get; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
MustOverride 
ReadOnly 
Property 
ReportContentType 
As 
String
	
Get
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
virtual 
property 
String^ 
ReportContentType {
	
String^ 
get () 
abstract;
}

See Also