ConfigMgrDriverCatalogRequest.AddDevice Method (String, String)
Adds a device to the driver catalog request.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddDevice(
string deviceId,
string hardwareId
)
public:
void AddDevice(
String^ deviceId,
String^ hardwareId
)
Public Sub AddDevice (
deviceId As String,
hardwareId As String
)
Parameters
deviceId
Type: System.StringDevice ID.
hardwareId
Type: System.StringHardware ID. If deviceId has already been added, the hardware ID is added to the existing device.
See Also
AddDevice Overload
ConfigMgrDriverCatalogRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top