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