Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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,
params string[] hardwareIds
)
public:
void AddDevice(
String^ deviceId,
... array<String^>^ hardwareIds
)
Public Sub AddDevice (
deviceId As String,
ParamArray hardwareIds As String()
)
Parameters
deviceId
Type: System.StringDevice ID.
hardwareIds
Type: System.String[]Hardware IDs to add to the device.
See Also
AddDevice Overload
ConfigMgrDriverCatalogRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top