Storage for a flag indicating the desire to perform an auto-conversion. Implementations should check the value of this property and decide whether or not to perform auto-conversion.

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

Syntax

C#
bool PerformAutoConversion { get; set; }
Visual Basic
Property PerformAutoConversion As Boolean
	Get
	Set
Visual C++
property bool PerformAutoConversion {
	bool get ();
	void set (bool value);
}

See Also