Touchstone 11.0 API Reference
ZoneSets Property (GetZoneSetsResponse)


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.ZoneManagement.Api Namespace > GetZoneSetsResponse Class : ZoneSets Property
Contains a list of all Zone Sets within the specified SQL Server Instance.

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

Syntax
Public Property ZoneSets As List(Of ZoneSet)
Dim instance As GetZoneSetsResponse
Dim value As List(Of ZoneSet)
 
instance.ZoneSets = value
 
value = instance.ZoneSets
public List<ZoneSet> ZoneSets {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

GetZoneSetsResponse Class
GetZoneSetsResponse Members