Share via


WindowsDriverMetadata.Model Property

 

Applies To: Windows Server Update Services

Gets or sets the model of the device to which the driver applies.

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

Syntax

public string Model { get; set; }
public:
property String^ Model {
    String^ get();
    void set(String^ value);
}
member Model : string with get, set
Public Property Model As String

Property Value

Type: System.String

The model of the device to which the driver applies.

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