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
bodyObjects
Type: System.Collections.ObjectModel.Collection<InventoryReportBodyElement>A collection of report body objects.
See Also
InventoryReportBody Overload
InventoryReportBody Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top