OrderLineItemPartId Property |
The 128-bit unique identifier of the
InternalPart associated with this order line item.
If this property is populated with a value other than null or Guid.Empty, the PartNumber and PartRevision
properties will be ignored during order line item creation or updates.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Guid PartId { get; set; }
Public Property PartId As Guid
Get
Set
public:
property Guid PartId {
Guid get ();
void set (Guid value);
}
member PartId : Guid with get, set
Property Value
Type:
GuidSee Also