VideoDriverInfoAdapterDacType Property |
Win32_VideoController: Name or identifier of the digital-to-analog converter (DAC) chip.
The character set of this property is alphanumeric.
Namespace:
Xcalibur.Models.Hardware.Video
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string AdapterDacType { get; set; }
<DataMemberAttribute>
Public Property AdapterDacType As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ AdapterDacType {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract AdapterDacType : string with get, set
[<DataMemberAttribute>]
override AdapterDacType : string with get, set
Property Value
Type:
String
The type of the adapter dac.
Implements
IVideoDriverInfoAdapterDacTypeSee Also