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