DepreciationPlanLinePlanDepreciationValue Property |
The part of the total amount of the asset (in the currency of the asset), which is due for depreciation. [Currency: Asset.ValuationCurrency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount PlanDepreciationValue { get; set; }
Public Property PlanDepreciationValue As Amount
Get
Set
public:
property Amount^ PlanDepreciationValue {
Amount^ get ();
void set (Amount^ value);
}
member PlanDepreciationValue : Amount with get, set
Property Value
Type:
Amount
See Also