ServiceInvoicingService Property |
The service for which the invoicing instructions are. [Required] [Filter(multi eq)] [Owner]
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