DepreciationPlanLineDepreciationPlan Property |
The DepreciationPlan to which this DepreciationPlanLine belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DepreciationPlan DepreciationPlan { get; set; }
Public Property DepreciationPlan As DepreciationPlan
Get
Set
public:
property DepreciationPlan^ DepreciationPlan {
DepreciationPlan^ get ();
void set (DepreciationPlan^ value);
}
member DepreciationPlan : DepreciationPlan with get, set
Property Value
Type:
DepreciationPlan
See Also