ProcessLatestVersion Property |
When true, indicates that this particular process revision should be the default revision
used by new production batches created against the revision chain of this process definition.
Production batches for other approved process revisions may still be created, but this revision
will be the default revision that should be used for new production batches.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public bool LatestVersion { get; set; }
Public Property LatestVersion As Boolean
Get
Set
public:
property bool LatestVersion {
bool get ();
void set (bool value);
}
member LatestVersion : bool with get, set
Property Value
Type:
BooleanSee Also