WindowsDriverMetadata.Manufacturer Property
Applies To: Windows Server Update Services
Gets or sets the manufacturer of the driver.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string Manufacturer { get; set; }
public:
property String^ Manufacturer {
String^ get();
void set(String^ value);
}
member Manufacturer : string with get, set
Public Property Manufacturer As String
Property Value
Type: System.String
The manufacturer of the driver.
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