MSI Afterburner - MSI Graphics Card Performance Booster
Gets the GPU identifier represented in VEN_%04X&DEV_%04X&SUBSYS_%08X&REV_%02X&BUS_%d&DEV_%d&FN_%d format

Namespace: MSI.Afterburner
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public string GpuId { get; }
Visual Basic
Public ReadOnly Property GpuId As String
	Get
Visual C++
public:
property String^ GpuId {
	String^ get ();
}

See Also