BatchReceivingPartId Property |
For receiving type batches (BatchType == BatchType.Receiving), the 128-bit unique identifier of the
InternalPart associated with the batch.
When creating new batches, this property must contain a valid
InternalPart Id corresponding
to the internal part number of the part being received.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<Guid> ReceivingPartId { get; set; }
Public Property ReceivingPartId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> ReceivingPartId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ReceivingPartId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also