ProductSupplyStore Property |
The store for which this rule is defined. When null, the rule is valid for all stores. [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 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