ManagedAssetTypeMaintenanceTypes Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ManagedAssetTypeMaintenanceType> MaintenanceTypes { get; }
Public ReadOnly Property MaintenanceTypes As ChildCollection(Of ManagedAssetTypeMaintenanceType)
Get
public:
property ChildCollection<ManagedAssetTypeMaintenanceType^>^ MaintenanceTypes {
ChildCollection<ManagedAssetTypeMaintenanceType^>^ get ();
}
member MaintenanceTypes : ChildCollection<ManagedAssetTypeMaintenanceType> with get
Property Value
Type:
ChildCollectionManagedAssetTypeMaintenanceType
See Also