Touchstone Re 2023 API Reference
ExposureSets Property


Air.Services.Proxy Assembly > AIR.Services.DataSourceManagement.Api Namespace > GetExposureSetsResponse Class : ExposureSets Property
Contains a list of Exposure Sets.

Each object in this list contains detailed information about a specific Exposure Set.

Syntax
Public Property ExposureSets As List(Of ExposureSet)
Dim instance As GetExposureSetsResponse
Dim value As List(Of ExposureSet)
 
instance.ExposureSets = value
 
value = instance.ExposureSets
public List<ExposureSet> ExposureSets {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

GetExposureSetsResponse Class
GetExposureSetsResponse Members