Touchstone 11.0 API Reference
Locations Property (ContractValidationOutput)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > ContractValidationOutput Class : Locations Property
Contains an ExposureValidation object that details any errors that Touchstone® encountered while validating the Location fields in the Contract.
Syntax
Public Property Locations As List(Of ExposureValidation)
Dim instance As ContractValidationOutput
Dim value As List(Of ExposureValidation)
 
instance.Locations = value
 
value = instance.Locations
public List<ExposureValidation> Locations {get; set;}
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

ContractValidationOutput Class
ContractValidationOutput Members