Touchstone 11.0 API Reference
AnnualPayroll Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > WorkersCompensationLocation Class : AnnualPayroll Property
Contains the total annual payroll for all covered employees at this Location.
Syntax
Public Property AnnualPayroll As Nullable(Of Double)
Dim instance As WorkersCompensationLocation
Dim value As Nullable(Of Double)
 
instance.AnnualPayroll = value
 
value = instance.AnnualPayroll
public Nullable<double> AnnualPayroll {get; set;}
Remarks
Specify the actual value of the covered employee payroll. If the number of employees is provided, specify 0 for this property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkersCompensationLocation Class
WorkersCompensationLocation Members