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 Guid C# public Guid DeviceIdentifier { get; } C++ public:
property Guid DeviceIdentifier {
Guid get();
}JScript public function get DeviceIdentifier() : Guid
Property Value
System.Guid
A Guid 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.