[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 
reportBodyObject
)
Public 
Function 
BuildInventoryMessage ( _
	
reportBodyObject 
As 

InventoryReportBodyElement _
) 
As 

InventoryReport
public:

InventoryReport^ 
BuildInventoryMessage(
	

InventoryReportBodyElement^ 
reportBodyObject
)

Parameters

reportBodyObject
InventoryReportBodyElement

See Also