MaintenanceTypeDefaultScheduleMonths Property |
Specifies the maximum number of months between two maintenances. null means that there is no default schedule in months.
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> DefaultScheduleMonths { get; set; }
Public Property DefaultScheduleMonths As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ DefaultScheduleMonths {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member DefaultScheduleMonths : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also