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