Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs an inventory report from an InventoryReportBodyElement object by using default settings.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public InventoryReport BuildInventoryMessage(
InventoryReportBodyElement reportBodyObject
)
public:
InventoryReport^ BuildInventoryMessage(
InventoryReportBodyElement^ reportBodyObject
)
Public Function BuildInventoryMessage (
reportBodyObject As InventoryReportBodyElement
) As InventoryReport
Parameters
reportBodyObject
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportBodyElementThe report body object.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReport
See Also
BuildInventoryMessage Overload
ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top