MSI Afterburner - MSI Graphics Card Performance Booster
Indicates if this instance is the master GPU.

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

Syntax

C#
public bool IsMaster { get; }
Visual Basic
Public ReadOnly Property IsMaster As Boolean
	Get
Visual C++
public:
property bool IsMaster {
	bool get ();
}

Field Value

true if this instance is the master; otherwise, false.

See Also