DepreciationPlanLineFixedValueDepreciationPlanLine Property |
The DepreciationPlanLine to which this DepreciationPlanLineFixedValue 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 DepreciationPlanLine DepreciationPlanLine { get; set; }
Public Property DepreciationPlanLine As DepreciationPlanLine
Get
Set
public:
property DepreciationPlanLine^ DepreciationPlanLine {
DepreciationPlanLine^ get ();
void set (DepreciationPlanLine^ value);
}
member DepreciationPlanLine : DepreciationPlanLine with get, set
Property Value
Type:
DepreciationPlanLine
See Also