ServiceObjectServicedProduct Property |
The product, which is used to physically store the service object, when it is serviced. Need to be specified, only when it is different from Product; 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 Product ServicedProduct { get; set; }
Public Property ServicedProduct As Product
Get
Set
public:
property Product^ ServicedProduct {
Product^ get ();
void set (Product^ value);
}
member ServicedProduct : Product with get, set
Property Value
Type:
Product
See Also