Share via


DriverCatalogDevice.Hardware Property

 

Gets a collection of hardware IDs that are associated with the device. This property is only used in request messages.

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

Syntax

public Collection<DriverCatalogDeviceHardware> Hardware { get; }
public:
property Collection<DriverCatalogDeviceHardware^>^ Hardware {
    Collection<DriverCatalogDeviceHardware^>^ get();
}
Public ReadOnly Property Hardware As Collection(Of DriverCatalogDeviceHardware)

Property Value

Type: System.Collections.ObjectModel.Collection<DriverCatalogDeviceHardware>

See Also

DriverCatalogDevice Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top