Touchstone 11.0 API Reference
AverageAnnualWage Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > WorkersCompensationLocation Class : AverageAnnualWage Property
Contains the average wage for all covered employees at this Location.
Syntax
Public Property AverageAnnualWage As Nullable(Of Double)
Dim instance As WorkersCompensationLocation
Dim value As Nullable(Of Double)
 
instance.AverageAnnualWage = value
 
value = instance.AverageAnnualWage
public Nullable<double> AverageAnnualWage {get; set;}
Remarks
Specify the actual value of the average wage for all covered employees at this Location. To use the default value (that is, the state average), specify X 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