The store group, to which this store belongs. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic StoreGroup StoreGroup { get; set; }
Public Property StoreGroup As StoreGroup
Get
Set
public:
property StoreGroup^ StoreGroup {
StoreGroup^ get ();
void set (StoreGroup^ value);
}
member StoreGroup : StoreGroup with get, set
Property Value
Type:
StoreGroup
See Also