ReconciliationDefaultStore Property |
Default (but not mandatory) store for the lines. null means that the store should be choosed for each line. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Store DefaultStore { get; set; }
Public Property DefaultStore As Store
Get
Set
public:
property Store^ DefaultStore {
Store^ get ();
void set (Store^ value);
}
member DefaultStore : Store with get, set
Property Value
Type:
Store
See Also