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.3.0

Syntax

C#
public bool IsAmountLocked { get; set; }
Visual Basic
Public Property IsAmountLocked As Boolean
	Get
	Set
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