ServiceOrderServiceAgreement Property |
When not null denotes that the order will be bound to the terms in the specified agreement. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceAgreement ServiceAgreement { get; set; }
Public Property ServiceAgreement As ServiceAgreement
Get
Set
public:
property ServiceAgreement^ ServiceAgreement {
ServiceAgreement^ get ();
void set (ServiceAgreement^ value);
}
member ServiceAgreement : ServiceAgreement with get, set
Property Value
Type:
ServiceAgreement
See Also