DistributionStore Property |
The store (warehouse) for which the distribution is made. null means that the distribution covers multiple warehouses. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Store Store { get; set; }
Public Property Store As Store
Get
Set
public:
property Store^ Store {
Store^ get ();
void set (Store^ value);
}
member Store : Store with get, set
Property Value
Type:
Store
See Also