[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the internal HINV instances. It is not recommended that this is used directly to manipulate HINV instances. To set, use the AddHardwareInventoryInstance method

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Collection<

InventoryReportBodyElement> 
HardwareInventoryInstances { 
get; 
private 
set; }
Public 
Property 
HardwareInventoryInstances 
As 
Collection(
Of 

InventoryReportBodyElement)
	
Get
	
Private 
Set
public:
property 
Collection<

InventoryReportBodyElement^>^ 
HardwareInventoryInstances {
	
Collection<

InventoryReportBodyElement^>^ 
get ();
	
private: 
void 
set (
Collection<

InventoryReportBodyElement^>^ 
value);
}

See Also