Batch.ActivationDate Property |
An optional Date to automatically activate the Batch for production.
Setting this to NULL indicates that the Batch will be activated manually.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic Nullable<DateTime> ActivationDate { get; set; }
Public Property ActivationDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> ActivationDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ActivationDate : Nullable<DateTime> with get, set
Property Value
Type:
Nullable<DateTime>
See Also