DriverCatalogDevice.AddHardware Method (String)
Adds a hardware definition to the device. This method is not thread safe and is only used in request messages.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddHardware(
string hardwareId
)
public:
void AddHardware(
String^ hardwareId
)
Public Sub AddHardware (
hardwareId As String
)
Parameters
hardwareId
Type: System.StringThe ID of the hardware.
See Also
AddHardware Overload
DriverCatalogDevice Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top