DepreciationPlanTemplateDepreciationMethod Property |
Depreciation method by default for the depreciation plans created by this template. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DepreciationMethod DepreciationMethod { get; set; }
Public Property DepreciationMethod As DepreciationMethod
Get
Set
public:
property DepreciationMethod^ DepreciationMethod {
DepreciationMethod^ get ();
void set (DepreciationMethod^ value);
}
member DepreciationMethod : DepreciationMethod with get, set
Property Value
Type:
DepreciationMethod
See Also