ServiceAgreementLineServiceType Property |
The type (level) of service that is agreed. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceType ServiceType { get; set; }
Public Property ServiceType As ServiceType
Get
Set
public:
property ServiceType^ ServiceType {
ServiceType^ get ();
void set (ServiceType^ value);
}
member ServiceType : ServiceType with get, set
Property Value
Type:
ServiceType
See Also