Udostępnij za pośrednictwem


DriverCatalogDevice.CompatibleDrivers Property

 

Gets or sets compatible drivers. This property should only be populated by the reply message, not set manually.

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

Syntax

public DriverCatalogCompatibleDrivers CompatibleDrivers { get; set; }
public:
property DriverCatalogCompatibleDrivers^ CompatibleDrivers {
    DriverCatalogCompatibleDrivers^ get();
    void set(DriverCatalogCompatibleDrivers^ value);
}
Public Property CompatibleDrivers As DriverCatalogCompatibleDrivers

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.DriverCatalogCompatibleDrivers

See Also

DriverCatalogDevice Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top