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