DisplayMonitor.DisplayAdapterTargetId 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 an opaque ID used by the display adapter to identify which connector the monitor is attached to. This target ID can be used with DisplayConfig APIs.
public:
property unsigned int DisplayAdapterTargetId { unsigned int get(); };
uint32_t DisplayAdapterTargetId();
public uint DisplayAdapterTargetId { get; }
var uInt32 = displayMonitor.displayAdapterTargetId;
Public ReadOnly Property DisplayAdapterTargetId As UInteger
Property Value
An opaque ID used by the display adapter to identify which connector the monitor is attached to.