Share via


InventoryReportBody Constructor (Collection<InventoryReportBodyElement>)

 

Initializes a new instance of the InventoryReportBody class.

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

Syntax

public InventoryReportBody(
    Collection<InventoryReportBodyElement> bodyObjects
)
public:
InventoryReportBody(
    Collection<InventoryReportBodyElement^>^ bodyObjects
)
Public Sub New (
    bodyObjects As Collection(Of InventoryReportBodyElement)
)

Parameters

See Also

InventoryReportBody Overload
InventoryReportBody Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top