DriverCatalogDeviceHardware.Compatible Property
Indicates whether the device is compatible.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Nullable<bool> Compatible { get; set; }
public:
property Nullable<bool> Compatible {
Nullable<bool> get();
void set(Nullable<bool> value);
}
Public Property Compatible As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
See Also
DriverCatalogDeviceHardware Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top