MSI Afterburner - MSI Graphics Card Performance Booster
Gets the index for this GPU in the GpuEntries array.

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

Syntax

C#
public uint Index { get; }
Visual Basic
Public ReadOnly Property Index As UInteger
	Get
Visual C++
public:
property unsigned int Index {
	unsigned int get ();
}

See Also