PercentToApply Property
- Last UpdatedMar 17, 2026
- 1 minute read
The PercentToApply property contains the percentage of labor to apply to the entity if logging on to more than one entity. If this property is set to null, by default the percentage of labor is evenly distributed across all entities.
'Declaration
Public Property PercentToApply As Nullable(Of Double)
'Usage
Dim instance As LogOnEntity
Dim value As Nullable(Of Double)
instance.PercentToApply = value
value = instance.PercentToApply
public Nullable<double> PercentToApply {get; set;}