MaintenanceOrderLineNextServiceDate Property |
Specifies, that the maintenance required a specific date for the next maintenance. null means that default scheduling should be used.
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> NextServiceDate { get; set; }
Public Property NextServiceDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ NextServiceDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member NextServiceDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also