ServiceInvoicing Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ServiceInvoicing> Invoicing { get; }
Public ReadOnly Property Invoicing As ChildCollection(Of ServiceInvoicing)
Get
public:
property ChildCollection<ServiceInvoicing^>^ Invoicing {
ChildCollection<ServiceInvoicing^>^ get ();
}
member Invoicing : ChildCollection<ServiceInvoicing> with get
Property Value
Type:
ChildCollectionServiceInvoicing
See Also