WindowsDriverItem.DriverMetadata Property
Applies To: Windows Server Update Services
Gets a list of WindowsDriverMetadata objects.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public IList<WindowsDriverMetadata> DriverMetadata { get; }
public:
property IList<WindowsDriverMetadata^>^ DriverMetadata {
IList<WindowsDriverMetadata^>^ get();
}
member DriverMetadata : IList<WindowsDriverMetadata> with get
Public ReadOnly Property DriverMetadata As IList(Of WindowsDriverMetadata)
Property Value
Type: System.Collections.Generic.IList<WindowsDriverMetadata>
a list of WindowsDriverMetadata objects.
Remarks
[This property can be found only in the API delivered with WSUS 3.0 SP1.]
See Also
WindowsDriverItem Class
Microsoft.UpdateServices.Administration Namespace
Return to top