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