DepreciationPlanTemplateAssetLife Property |
Asset life in months by default for the depreciation plans created by this template. null means that the asset is booked for this valuation model but is not depreciated in it (i.e. no depreciation plan is created).
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> AssetLife { get; set; }
Public Property AssetLife As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ AssetLife {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member AssetLife : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also