DepreciationPlanLineFixedValueDepreciationValue Property |
Fixed depreciation value for the period specified by Fixed_Value_Period_Month and Fixed_Value_Period_Year. [Currency: DepreciationPlanLine.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 DepreciationValue { get; set; }
Public Property DepreciationValue As Amount
Get
Set
public:
property Amount^ DepreciationValue {
Amount^ get ();
void set (Amount^ value);
}
member DepreciationValue : Amount with get, set
Property Value
Type:
Amount
See Also