OrderLineItemPartRevision Property |
The human-friendly name that operators use to identify this order within the factory.
This is also known as the "order number" in many environments.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string PartRevision { get; set; }
Public Property PartRevision As String
Get
Set
public:
property String^ PartRevision {
String^ get ();
void set (String^ value);
}
member PartRevision : string with get, set
Property Value
Type:
StringSee Also