Share via


DriverCatalogDevices.Devices Property

 

Gets a collection of devices.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public Collection<DriverCatalogDevice> Devices { get; }
public:
property Collection<DriverCatalogDevice^>^ Devices {
    Collection<DriverCatalogDevice^>^ get();
}
Public ReadOnly Property Devices As Collection(Of DriverCatalogDevice)

Property Value

Type: System.Collections.ObjectModel.Collection<DriverCatalogDevice>

See Also

DriverCatalogDevices Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top