ConfigMgrHardwareInventoryMessage.HardwareInventoryInstances Property
Gets internal hardware inventory instances. We don't recommend that you use this property directly to manipulate hardware inventory instances. Instead, use the AddInstanceToInventory method.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<InventoryReportBodyElement> HardwareInventoryInstances { get; private set; }
public:
property Collection<InventoryReportBodyElement^>^ HardwareInventoryInstances {
Collection<InventoryReportBodyElement^>^ get();
private: void set(Collection<InventoryReportBodyElement^>^ value);
}
Public Property HardwareInventoryInstances As Collection(Of InventoryReportBodyElement)
Get
Private Set
End Property
Property Value
Type: System.Collections.ObjectModel.Collection<InventoryReportBodyElement>
See Also
ConfigMgrHardwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top