Property allStoreIDs
allStoreIDs
Gets all of the StoreIds associated with this item.
Declaration
public ICollection<StoreID> allStoreIDs { get; }
Property Value
| Type | Description |
|---|---|
| ICollection<StoreID> | A collection of all store IDs for this item. |
Gets all of the StoreIds associated with this item.
public ICollection<StoreID> allStoreIDs { get; }
| Type | Description |
|---|---|
| ICollection<StoreID> | A collection of all store IDs for this item. |