DisplayAdapter.PciRevision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PCI revision number of the adapter.
public:
property unsigned int PciRevision { unsigned int get(); };
uint32_t PciRevision();
public uint PciRevision { get; }
var uInt32 = displayAdapter.pciRevision;
Public ReadOnly Property PciRevision As UInteger
Property Value
A value containing the PCI revision number of the adapter.