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.
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