Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<OfferLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of OfferLine)
Get
public:
property ChildCollection<OfferLine^>^ Lines {
ChildCollection<OfferLine^>^ get ();
}
member Lines : ChildCollection<OfferLine> with get
Property Value
Type:
ChildCollectionOfferLine
See Also