Udostępnij za pośrednictwem


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,
    params string[] hardwareIds
)
public:
void AddDevice(
    String^ deviceId,
    ... array<String^>^ hardwareIds
)
Public Sub AddDevice (
    deviceId As String,
    ParamArray hardwareIds As String()
)

Parameters

  • 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