ServiceActivityStore Property |
The default store from which materials are taken. [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 Store { get; set; }
Public Property Store As Store
Get
Set
public:
virtual property Store^ Store {
Store^ get () sealed;
void set (Store^ value) sealed;
}
abstract Store : Store with get, set
override Store : Store with get, set
Property Value
Type:
StoreImplements
ILogisticsDocumentStore
See Also