IVideoDriverInfoInfSection 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 string InfSection { get; set; }
Property InfSection As String
Get
Set
property String^ InfSection {
String^ get ();
void set (String^ value);
}
abstract InfSection : string with get, set
Property Value
Type:
String
The inf section.
See Also