DepreciationMethodFactor Property |
Factor used in factor depreciation function. Factor < 1 means declining depreciation; >1 - increasing. The depreciation is multiplied for each period by the factor. [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Factor { get; set; }
Public Property Factor As Decimal
Get
Set
public:
property Decimal^ Factor {
Decimal^ get ();
void set (Decimal^ value);
}
member Factor : decimal with get, set
Property Value
Type:
Decimal
See Also