ServiceAgreementServiceService Property |
Paid or agreed in advance service that won't be invoiced after service activities (if Service_Id is filled then Service_Product_Id must be 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 Service Service { get; set; }
Public Property Service As Service
Get
Set
public:
property Service^ Service {
Service^ get ();
void set (Service^ value);
}
member Service : Service with get, set
Property Value
Type:
Service
See Also