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