LaborDepartmentId Property
- Last UpdatedMar 17, 2026
- 1 minute read
The LaborDepartmentId property contains the department to which to assign the labor. If this property is set to null, the entity's default labor department is used.
'Declaration
Public Property LaborDepartmentId As String
'Usage
Dim instance As LogOnEntity
Dim value As String
instance.LaborDepartmentId = value
value = instance.LaborDepartmentId
public string LaborDepartmentId {get; set;}