ConfigMgrDriverCatalogReply.DriverDevices Property

 

Gets response driver devices.

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

Syntax

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

Property Value

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

See Also

ConfigMgrDriverCatalogReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top