Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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