InventoryReportBody.SetBodyObject Method (InventoryReportBodyElement)
Sets the report body contents to an element.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetBodyObject(
InventoryReportBodyElement bodyElement
)
public:
void SetBodyObject(
InventoryReportBodyElement^ bodyElement
)
Public Sub SetBodyObject (
bodyElement As InventoryReportBodyElement
)
Parameters
bodyElement
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportBodyElementThe report body element.
See Also
SetBodyObject Overload
InventoryReportBody Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top