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