DriverCatalogCompatibleDrivers.Drivers Property
Gets a collection of driver packages.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<DriverCatalogDriver> Drivers { get; }
public:
property Collection<DriverCatalogDriver^>^ Drivers {
Collection<DriverCatalogDriver^>^ get();
}
Public ReadOnly Property Drivers As Collection(Of DriverCatalogDriver)
Property Value
Type: System.Collections.ObjectModel.Collection<DriverCatalogDriver>
See Also
DriverCatalogCompatibleDrivers Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top