DepreciationAssets Property |
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<DepreciationAsset> Assets { get; }
Public ReadOnly Property Assets As ChildCollection(Of DepreciationAsset)
Get
public:
property ChildCollection<DepreciationAsset^>^ Assets {
ChildCollection<DepreciationAsset^>^ get ();
}
member Assets : ChildCollection<DepreciationAsset> with get
Property Value
Type:
ChildCollectionDepreciationAsset
See Also