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