MSI Afterburner - MSI Graphics Card Performance Booster
Gets the data reading from the last poll.

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

Syntax

C#
public float Data { get; }
Visual Basic
Public ReadOnly Property Data As Single
	Get
Visual C++
public:
property float Data {
	float get ();
}

See Also