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

Report 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 
Property 
ReportType 
As 

InventoryReportType
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 

InventoryReportType 
ReportType {
	

InventoryReportType 
get ();
	
void 
set (

InventoryReportType 
value);
}

See Also