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