InventoryReportBody.SetBodyObject Method (ICollection<InventoryReportBodyElement>)
Sets the report body contents to an array of elements.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetBodyObject(
ICollection<InventoryReportBodyElement> bodyElementCollection
)
public:
void SetBodyObject(
ICollection<InventoryReportBodyElement^>^ bodyElementCollection
)
Public Sub SetBodyObject (
bodyElementCollection As ICollection(Of InventoryReportBodyElement)
)
Parameters
bodyElementCollection
Type: System.Collections.Generic.ICollection<InventoryReportBodyElement>A collection of report body elements.
See Also
SetBodyObject Overload
InventoryReportBody Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top