MaintenanceProfilePlans Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<MaintenanceProfilePlan> Plans { get; }
Public ReadOnly Property Plans As ChildCollection(Of MaintenanceProfilePlan)
Get
public:
property ChildCollection<MaintenanceProfilePlan^>^ Plans {
ChildCollection<MaintenanceProfilePlan^>^ get ();
}
member Plans : ChildCollection<MaintenanceProfilePlan> with get
Property Value
Type:
ChildCollectionMaintenanceProfilePlan
See Also