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

Constructs an inventory report from a InventoryReportBodyElement using default settings

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

InventoryReport 
BuildInventoryMessage(
	

InventoryReportBodyElement 
reportBodyObjects,
	
bool 
requireXmlHeader
)
Public 
Function 
BuildInventoryMessage ( _
	
reportBodyObjects 
As 

InventoryReportBodyElement, _
	
requireXmlHeader 
As 
Boolean _
) 
As 

InventoryReport
public:

InventoryReport^ 
BuildInventoryMessage(
	

InventoryReportBodyElement^ 
reportBodyObjects, 
	
bool 
requireXmlHeader
)

Parameters

reportBodyObjects
InventoryReportBodyElement
requireXmlHeader
Boolean

See Also