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