clsImportEmployeePeriodListOfOrganisationSettings Property
|
Collection special settings by linked business unit.
- Fixed employees must have one element in this list.
- Freelancers will have an organisation record for each business unit, the employee is linked to. There must be at least one element in the list
Settings are stored in
clsImportEmployeeOrganisation.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic List<clsImportEmployeeOrganisation> ListOfOrganisationSettings { get; set; }Public Property ListOfOrganisationSettings As List(Of clsImportEmployeeOrganisation)
Get
Set
Property Value
Type:
ListclsImportEmployeeOrganisation
See Also