ServiceOrderStore Property |
The store in which to physically store service objects, received for servicing. Need to be specified only when serviced objects are managed through warehouse; otherwise, it is null. [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:
property Store^ Store {
Store^ get ();
void set (Store^ value);
}
member Store : Store with get, set
Property Value
Type:
Store
See Also