Touchstone 11.0 API Reference
Locations Property (GetLocationsResponse)


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace > GetLocationsResponse Class : Locations Property
Contains a list of all Locations within the specified Contract. Further, this list contains only the Locations within the specified Exposure View (if you have applied the Use Exposure View Filter).

Each object in this list contains information about a specific Location.

Syntax
Public Property Locations As List(Of Location)
Dim instance As GetLocationsResponse
Dim value As List(Of Location)
 
instance.Locations = value
 
value = instance.Locations
public List<Location> 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

GetLocationsResponse Class
GetLocationsResponse Members