ServiceActivityMaterialLineStore Property |
The store from which the product was taken. null = use the store from the header. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Store LineStore { get; set; }
Public Property LineStore As Store
Get
Set
public:
virtual property Store^ LineStore {
Store^ get () sealed;
void set (Store^ value) sealed;
}
abstract LineStore : Store with get, set
override LineStore : Store with get, set
Property Value
Type:
StoreImplements
ILogisticsDocumentLineLineStore
See Also