ProductSupplyFromStore Property |
Used when the Procurement_Type is Transfer. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Store FromStore { get; set; }
Public Property FromStore As Store
Get
Set
public:
property Store^ FromStore {
Store^ get ();
void set (Store^ value);
}
member FromStore : Store with get, set
Property Value
Type:
Store
See Also