MSI Afterburner - MSI Graphics Card Performance Booster
Gets the minimum auxiliary voltage in mV.

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

Syntax

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

See Also