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