ManagedAssetMaintenanceScheduleScheduleMonths Property |
Number of months between planned maintenances. null means that the schedule is not planned based on months.
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> ScheduleMonths { get; set; }
Public Property ScheduleMonths As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ ScheduleMonths {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member ScheduleMonths : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also