DisplayAdapter.PciDeviceId 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 device ID of the adapter.
public:
property unsigned int PciDeviceId { unsigned int get(); };
uint32_t PciDeviceId();
public uint PciDeviceId { get; }
var uInt32 = displayAdapter.pciDeviceId;
Public ReadOnly Property PciDeviceId As UInteger
Property Value
A value containing the PCI device ID of the adapter.