True if configuration is set to use averages for the current type, otherwise false.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool UseAverage { get; }
Visual Basic
ReadOnly Property UseAverage As Boolean
	Get
Visual C++
property bool UseAverage {
	bool get ();
}

See Also