AssetTransactionLineDepreciationValueBase Property |
Change in the depreciation value of the asset (in the currency of the enterprise company). [Currency: Asset.EnterpriseCompany.BaseCurrency] [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 DepreciationValueBase { get; set; }
Public Property DepreciationValueBase As Amount
Get
Set
public:
property Amount^ DepreciationValueBase {
Amount^ get ();
void set (Amount^ value);
}
member DepreciationValueBase : Amount with get, set
Property Value
Type:
Amount
See Also