Share via


AdapterDetails.DeviceIdentifier Property (Microsoft.DirectX.Direct3D)

Retrieves a globally unique identifier (GUID) object that can be used to check changes in the driver and chip set.

Definition

Visual Basic Public ReadOnly Property DeviceIdentifier As GuidLeave Site
C# public GuidLeave Site DeviceIdentifier { get; }
C++ public:
property GuidLeave Site DeviceIdentifier {
        GuidLeave Site get();
}
JScript public function get DeviceIdentifier() : GuidLeave Site

Property Value

System.Guid
A GuidLeave Site object that is used as a unique identifier for the driver and chip set pair.

This property is read-only. 

Remarks

Use this member to track changes to the driver and chip set to generate a new profile for the graphics subsystem. It also can be used to identify problematic drivers.