DepreciationDepreciationRange Property |
Determines whether all assets in the system will be depreciated or only the assets specified in the current document will be depreciated. A = 'All assets', S = 'Specified assets'. [Required] [Default("A")] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DepreciationsRepositoryDepreciationRange DepreciationRange { get; set; }
Public Property DepreciationRange As DepreciationsRepositoryDepreciationRange
Get
Set
public:
property DepreciationsRepositoryDepreciationRange^ DepreciationRange {
DepreciationsRepositoryDepreciationRange^ get ();
void set (DepreciationsRepositoryDepreciationRange^ value);
}
member DepreciationRange : DepreciationsRepositoryDepreciationRange with get, set
Property Value
Type:
DepreciationsRepositoryDepreciationRange
See Also