BatchReceivingVendorId Property |
For receiving type batches (BatchType == BatchType.Receiving), the 128-bit unique identifier of the
Vendor associated with the batch.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic Nullable<Guid> ReceivingVendorId { get; set; }
Public Property ReceivingVendorId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> ReceivingVendorId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ReceivingVendorId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also