Share via


WindowsDriverMetadata.WhqlDriverId Property

 

Applies To: Windows Server Update Services

Gets or sets the WHQL driver ID.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public int WhqlDriverId { get; set; }
public:
property int WhqlDriverId {
    int get();
    void set(int value);
}
member WhqlDriverId : int with get, set
Public Property WhqlDriverId As Integer

Property Value

Type: System.Int32

The WHQL driver ID.

Exceptions

Exception

Condition

ArgumentOutOfRangeException

value is a negative number.

Remarks

[This property can be found only in the API delivered with WSUS 3.0 SP1.]

See Also

WindowsDriverMetadata Class
Microsoft.UpdateServices.Administration Namespace

Return to top