Gets or sets an indicator of whether the Amount property should be locked (i.e., unchangeable).

Namespace:  Asi.iBO.Financials
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool IsAmountLocked { get; set; }
Visual Basic (Declaration)
Public Property IsAmountLocked As Boolean
Visual C++
public:
property bool IsAmountLocked {
	bool get ();
	void set (bool value);
}

Field Value

true if the Amount property should not be able to be changed; false if it may be changed.

Remarks

This value is not stored in the database. It is just here to help developers prevent mistakes.

See Also