WarehouseWorkerActiveFrom Property |
The date, from which the worker record has become active in the warehouse. [Required] [Default(Today)] [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 DateTime ActiveFrom { get; set; }
Public Property ActiveFrom As DateTime
Get
Set
public:
property DateTime^ ActiveFrom {
DateTime^ get ();
void set (DateTime^ value);
}
member ActiveFrom : DateTime with get, set
Property Value
Type:
DateTime
See Also