LaborCode Property
- Last UpdatedNov 06, 2025
- 1 minute read
The LaborCode property contains the type of labor to apply to the entity being logged on to. If this property is set to null, the default labor category for the entity is used.
'Declaration
Public Property LaborCode As String
'Usage
Dim instance As LogOnEntity
Dim value As String
instance.LaborCode = value
value = instance.LaborCode
public string LaborCode {get; set;}