ManagedAssetTypeMaintenanceTypeDefaultScheduleDays Property |
Specifies the maximum number of days between two maintenances (in addition to the number of months specified in Default Schedule Months). When not null, this schedule is taken with priority related to the general maintenance type schedule. null means that there is no default schedule in days.
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> DefaultScheduleDays { get; set; }
Public Property DefaultScheduleDays As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ DefaultScheduleDays {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member DefaultScheduleDays : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also