Partager via


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

See Also

SetBodyObject Overload
InventoryReportBody Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top