WarehouseWorkerActiveTo Property |
The date of termination of the activity of the worker in the warehouse. Can be null for workers, which are still active and do not have previous terminations. [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ActiveTo { get; set; }
Public Property ActiveTo As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ActiveTo {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ActiveTo : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also