[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 an InventoryReportBodyElement[] array

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

InventoryReport 
BuildInventoryMessage(
	
Collection<

InventoryReportBodyElement> 
reportBodyObjects
)
Public 
Function 
BuildInventoryMessage ( _
	
reportBodyObjects 
As 
Collection(
Of 

InventoryReportBodyElement) _
) 
As 

InventoryReport
public:

InventoryReport^ 
BuildInventoryMessage(
	
Collection<

InventoryReportBodyElement^>^ 
reportBodyObjects
)

Parameters

reportBodyObjects
Collection < (Of < ( <' InventoryReportBodyElement > ) > ) >

See Also