VideoDriverInfoInfSection Property |
Win32_VideoController: Section of the .inf file where the Windows video information resides.
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 InfSection { get; set; }
<DataMemberAttribute>
Public Property InfSection As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ InfSection {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract InfSection : string with get, set
[<DataMemberAttribute>]
override InfSection : string with get, set
Property Value
Type:
String
The inf section.
Implements
IVideoDriverInfoInfSectionSee Also