PersonSalesPersons Property |
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<SalesPerson> SalesPersons { get; }
Public ReadOnly Property SalesPersons As ChildCollection(Of SalesPerson)
Get
public:
property ChildCollection<SalesPerson^>^ SalesPersons {
ChildCollection<SalesPerson^>^ get ();
}
member SalesPersons : ChildCollection<SalesPerson> with get
Property Value
Type:
ChildCollectionSalesPerson
See Also