ShipmentOrderShipFromStore Property |
The store from which the shipment should be effected. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Store ShipFromStore { get; set; }
Public Property ShipFromStore As Store
Get
Set
public:
property Store^ ShipFromStore {
Store^ get ();
void set (Store^ value);
}
member ShipFromStore : Store with get, set
Property Value
Type:
Store
See Also