InventoryReportBody Constructor (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(
InventoryReportBodyElement bodyObject
)
public:
InventoryReportBody(
InventoryReportBodyElement^ bodyObject
)
Public Sub New (
bodyObject As InventoryReportBodyElement
)
Parameters
bodyObject
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportBodyElementThe report body object.
See Also
InventoryReportBody Overload
InventoryReportBody Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top