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